public class CadPolylineBase extends CadBaseExtrudedEntity
Class describing Cad POLYLINE
Constructor and Description |
---|
CadPolylineBase() |
Modifier and Type | Method and Description |
---|---|
double |
getElevation()
Gets or sets the elevation.
|
double |
getEndWidth()
Gets or sets the end width.
|
short |
getFlag()
Gets or sets the flag.
|
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 |
setFlag(short value)
Gets or sets the flag.
|
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
|
getExtrusionDirection, setExtrusionDirection
getBounds, 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, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public int getTypeName()
Gets the name of the type.
Value: The name of the type.getTypeName
in class CadBaseEntity
public double getElevation()
Gets or sets the elevation.
Value: The elevation.public void setElevation(double value)
Gets or sets the elevation.
Value: The elevation.public double getEndWidth()
Gets or sets the end width.
Value: The end width.public void setEndWidth(double value)
Gets or sets the end width.
Value: The end width.public final short getFlag()
Gets or sets the flag.
Value: The flag.public final void setFlag(short value)
Gets or sets the flag.
Value: The flag.public short getMeshMVertexCount()
Gets or sets the mesh M vertex count.
Value: The mesh M vertex count.public void setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
Value: The mesh M vertex count.public short getMeshNVertexCount()
Gets or sets the mesh N vertex count.
Value: The mesh N vertex count.public void setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
Value: The mesh N vertex count.public double getStartWidth()
Gets or sets the start width.
Value: The start width.public void setStartWidth(double value)
Gets or sets the start width.
Value: The start width.public short getSurfaceMDensity()
Gets or sets the surface M density.
Value: The surface M density.public void setSurfaceMDensity(short value)
Gets or sets the surface M density.
Value: The surface M density.public short getSurfaceNDensity()
Gets or sets the surface N density.
Value: The surface N density.public void setSurfaceNDensity(short value)
Gets or sets the surface N density.
Value: The surface N density.public short getSurfaceType()
Gets or sets the type of the surface.
Value: The type of the surface.public void setSurfaceType(short value)
Gets or sets the type of the surface.
Value: The type of the surface.public double getThickness()
Gets or sets the Thickness
Value: The Thickness.public void setThickness(double value)
Gets or sets the Thickness
Value: The Thickness.