public class CadPolyFaceMesh extends CadPolylineBase
The Cad poly face mesh.
| Constructor and Description |
|---|
CadPolyFaceMesh() |
| Modifier and Type | Method and Description |
|---|---|
double |
getElevation()
Gets or sets the elevation.
|
double |
getEndWidth()
Gets or sets the end width.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
short |
getMeshMVertexCount()
Gets or sets the mesh M vertex count.
|
short |
getMeshNVertexCount()
Gets or sets the mesh N vertex count.
|
double |
getStartWidth()
Gets or sets the start width.
|
short |
getSurfaceMDensity()
Gets or sets the surface M density.
|
short |
getSurfaceNDensity()
Gets or sets the surface N density.
|
short |
getSurfaceType()
Gets or sets the type of the surface.
|
double |
getThickness()
Gets or sets the Thickness
|
int |
getTypeName()
Gets the name of the type.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setEndWidth(double value)
Gets or sets the end width.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
|
void |
setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
|
void |
setStartWidth(double value)
Gets or sets the start width.
|
void |
setSurfaceMDensity(short value)
Gets or sets the surface M density.
|
void |
setSurfaceNDensity(short value)
Gets or sets the surface N density.
|
void |
setSurfaceType(short value)
Gets or sets the type of the surface.
|
void |
setThickness(double value)
Gets or sets the Thickness
|
getFlag, setFlaggetBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic int getTypeName()
Gets the name of the type.
getTypeName in class CadPolylineBasepublic Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection in class CadBaseExtrudedEntitypublic void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection in class CadBaseExtrudedEntitypublic double getElevation()
Gets or sets the elevation.
getElevation in class CadPolylineBasepublic void setElevation(double value)
Gets or sets the elevation.
setElevation in class CadPolylineBasevalue - The elevation.public double getEndWidth()
Gets or sets the end width.
getEndWidth in class CadPolylineBasepublic void setEndWidth(double value)
Gets or sets the end width.
setEndWidth in class CadPolylineBasevalue - The end width.public short getMeshMVertexCount()
Gets or sets the mesh M vertex count.
getMeshMVertexCount in class CadPolylineBasepublic void setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
setMeshMVertexCount in class CadPolylineBasevalue - The mesh M vertex count.public short getMeshNVertexCount()
Gets or sets the mesh N vertex count.
getMeshNVertexCount in class CadPolylineBasepublic void setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
setMeshNVertexCount in class CadPolylineBasevalue - The mesh N vertex count.public double getStartWidth()
Gets or sets the start width.
getStartWidth in class CadPolylineBasepublic void setStartWidth(double value)
Gets or sets the start width.
setStartWidth in class CadPolylineBasevalue - The start width.public short getSurfaceMDensity()
Gets or sets the surface M density.
getSurfaceMDensity in class CadPolylineBasepublic void setSurfaceMDensity(short value)
Gets or sets the surface M density.
setSurfaceMDensity in class CadPolylineBasevalue - The surface M density.public short getSurfaceNDensity()
Gets or sets the surface N density.
getSurfaceNDensity in class CadPolylineBasepublic void setSurfaceNDensity(short value)
Gets or sets the surface N density.
setSurfaceNDensity in class CadPolylineBasevalue - The surface N density.public short getSurfaceType()
Gets or sets the type of the surface.
getSurfaceType in class CadPolylineBasepublic void setSurfaceType(short value)
Gets or sets the type of the surface.
setSurfaceType in class CadPolylineBasevalue - The type of the surface.public double getThickness()
Gets or sets the Thickness
getThickness in class CadPolylineBasepublic void setThickness(double value)
Gets or sets the Thickness
setThickness in class CadPolylineBasevalue - The Thickness.