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, setExtrusionDirectiongetBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getNumreactors, getPlotStyle, 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, setNoLinks, setNumreactors, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag, writegetHardOwner, 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 CadBaseEntitypublic double getElevation()
Gets or sets the elevation.
public void setElevation(double value)
Gets or sets the elevation.
value - The elevation.public double getEndWidth()
Gets or sets 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.
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.
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.
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.
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.
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.
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.
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
public void setThickness(double value)
Gets or sets the Thickness
value - The Thickness.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.