Package org.jmol.export
Class _StlExporter
java.lang.Object
org.jmol.export.___Exporter
org.jmol.export.__CartesianExporter
org.jmol.export._VrmlExporter
org.jmol.export._StlExporter
STereoLithography file format exporter
for 3D printing.
Based on _VrmlExporter by Bob Hanson;
diverts the output() method to do nothing and
delivers only triangle sets.
Note that no attempt is made here to ensure that
surfaces are closed.
Also, an inefficient mechanism that involves creating a
full in-memory representation of the data is used. If this
turns out to be problematic, it might be possible to use
random access, but the applet does not have that capability,
and certainly JavaScript does not.
-
Field Summary
Fields inherited from class org.jmol.export._VrmlExporter
fontChild, fontFace, fontSize, fontStyle, tempQ1, tempQ2, tempQ3, useTableFields inherited from class org.jmol.export.__CartesianExporter
canCapCylinders, noColor, sphereMatrix, viewpointFields inherited from class org.jmol.export.___Exporter
apertureAngle, backgroundColix, cameraDistance, cameraPosition, center, commandLineOptions, commentChar, degreesPerRadian, depthZ, export3D, exportScale, fileName, fixedRotationCenter, gdata, lightSource, lineWidthMad, out, privateKey, referenceCenter, scalePixelsPerAngstrom, screenHeight, screenWidth, slabZ, solidOnly, tempP1, tempP2, tempP3, tempV1, tempV2, tm, vwr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected voidprotected voidoutputAttr(String attr, float x, float y, float z) protected voidoutputAttrPt(String attr, T3 pt) protected voidprotected voidprotected voidoutputCircle(P3 pt1, P3 pt2, float radius, short colix, boolean doFill) protected voidoutputGeometry(T3[] vertices, T3[] normals, short[] colixes, int[][] indices, short[] polygonColixes, int nVertices, int nPolygons, BS bsPolygons, int faceVertexMax, Lst<Short> colorList, Map<Short, Integer> htColixes, P3 offset) protected voidprotected voidoutputRotation(A4 a) protected voidprotected voidMethods inherited from class org.jmol.export._VrmlExporter
getDef, getViewpoint, output, outputAppearance, outputChildShapeClose, outputChildShapeStart, outputCloseTag, outputColorIndices, outputColors, outputCone, outputCylinder, outputCylinderChildScaled, outputDefChildFaceSet, outputEllipsoid, outputFace, outputFaceSetClose, outputFaceSetStart, outputFooter, outputInitialTransform, outputNormals, outputQuaternionFrame, outputShapeClose, outputShapeStart, outputSolidPlate, outputSphere, outputSurface, outputTextPixel, outputTransRot, outputTriangle, outputUseChildCloseMethods inherited from class org.jmol.export.__CartesianExporter
fillTriangle, getCameraPosition, getCoordinateMap, getModelCenter, getNormalMap, outputIndices, setSphereMatrixMethods inherited from class org.jmol.export.___Exporter
finalizeOutput2, fixScreenZ, getByteCount, getColorList, getConeMesh, getExportDate, getJmolPerspective, getRotationMatrix, getRotationMatrix, getTriad, getTriadC, initOutput, opacityFractionalFromArgb, opacityFractionalFromColix, outputComment, outputJmolPerspective, outputVertex, outputVertices, rgbFractionalFromArgb, rgbFractionalFromColix, round, round, setTempVertex, translucencyFractionalFromColix
-
Constructor Details
-
_StlExporter
public _StlExporter()
-
-
Method Details
-
outputHeader
protected void outputHeader()- Overrides:
outputHeaderin class_VrmlExporter
-
pushMatrix
protected void pushMatrix()- Overrides:
pushMatrixin class_VrmlExporter
-
popMatrix
protected void popMatrix()- Overrides:
popMatrixin class_VrmlExporter
-
output
- Overrides:
outputin class___Exporter
-
outputChildStart
protected void outputChildStart()- Overrides:
outputChildStartin class_VrmlExporter
-
outputChildClose
protected void outputChildClose()- Overrides:
outputChildClosein class_VrmlExporter
-
outputRotation
- Overrides:
outputRotationin class_VrmlExporter
-
outputAttrPt
- Overrides:
outputAttrPtin class_VrmlExporter
-
outputAttr
- Overrides:
outputAttrin class_VrmlExporter
-
outputGeometry
protected void outputGeometry(T3[] vertices, T3[] normals, short[] colixes, int[][] indices, short[] polygonColixes, int nVertices, int nPolygons, BS bsPolygons, int faceVertexMax, Lst<Short> colorList, Map<Short, Integer> htColixes, P3 offset) - Overrides:
outputGeometryin class_VrmlExporter
-
finalizeOutput
- Overrides:
finalizeOutputin class___Exporter
-
outputCircle
- Overrides:
outputCirclein class_VrmlExporter
-