public class CadPolylineBase extends CadBaseExtrudedEntity
Class describing Cad POLYLINE
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadPolylineBase()
Initializes a new instance of the
CadPolylineBase class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
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
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
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
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadPolylineBase()
Initializes a new instance of the CadPolylineBase
class.
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 short getFlag()
Gets or sets the flag.
Value: The flag.public 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.public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadBaseExtrudedEntity
sourceObject
- The source object.public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.