public class CadPolylineBase extends CadExtrudedEntityBase
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
|
CadEntityTypeName |
getTypeName()
Gets the name of the type.
|
short |
getVerticesFollowFlag()
Gets or sets vertices follow flag.
|
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
|
void |
setVerticesFollowFlag(short value)
Gets or sets vertices follow flag.
|
getExtrusionDirection, setExtrusionDirectiongetArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadEntityTypeName getTypeName()
Gets the name of the type.
Value: The name of the type.getTypeName in class CadEntityBasepublic final short getVerticesFollowFlag()
Gets or sets vertices follow flag.
public final void setVerticesFollowFlag(short value)
Gets or sets vertices follow flag.
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.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.