public class CadSection extends CadBaseEntity
Class describing CadSection
Constructor and Description |
---|
CadSection()
Initializes a new instance of the
CadSection class. |
Modifier and Type | Method and Description |
---|---|
List<Cad3DPoint> |
getBackLineVertices()
Gets or sets the back line vertices.
|
int |
getBackLineVerticesNumber()
Gets or sets the back line vertices number.
|
double |
getBottomHeight()
Gets or sets the height of the bottom.
|
String |
getGeometrySettingsObjectHandle()
Gets or sets the geometry settings object handle.
|
String |
getIndicatorColor411()
Gets or sets the indicator color411.
|
short |
getIndicatorColor63()
Gets or sets the indicator color63.
|
short |
getIndicatorTransparency()
Gets or sets the indicator transparency.
|
String |
getName()
Gets or sets the name.
|
int |
getSectionFlags()
Gets or sets the section flags.
|
int |
getSectionState()
Gets or sets the state of the section.
|
double |
getTopHeight()
Gets or sets the height of the top.
|
Cad3DPoint |
getVerticalDirection()
Gets or sets the vertical direction.
|
List<Cad3DPoint> |
getVertices()
Gets or sets the vertices.
|
int |
getVerticesNumber()
Gets or sets the vertices number.
|
void |
setBackLineVertices(List<Cad3DPoint> value)
Gets or sets the back line vertices.
|
void |
setBackLineVerticesNumber(int value)
Gets or sets the back line vertices number.
|
void |
setBottomHeight(double value)
Gets or sets the height of the bottom.
|
void |
setGeometrySettingsObjectHandle(String value)
Gets or sets the geometry settings object handle.
|
void |
setIndicatorColor411(String value)
Gets or sets the indicator color411.
|
void |
setIndicatorColor63(short value)
Gets or sets the indicator color63.
|
void |
setIndicatorTransparency(short value)
Gets or sets the indicator transparency.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setSectionFlags(int value)
Gets or sets the section flags.
|
void |
setSectionState(int value)
Gets or sets the state of the section.
|
void |
setTopHeight(double value)
Gets or sets the height of the top.
|
void |
setVerticalDirection(Cad3DPoint value)
Gets or sets the vertical direction.
|
void |
setVertices(List<Cad3DPoint> value)
Gets or sets the vertices.
|
void |
setVerticesNumber(int value)
Gets or sets the vertices number.
|
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadSection()
Initializes a new instance of the CadSection
class.
public int getSectionState()
Gets or sets the state of the section.
public void setSectionState(int value)
Gets or sets the state of the section.
value
- The state of the section.public int getSectionFlags()
Gets or sets the section flags.
public void setSectionFlags(int value)
Gets or sets the section flags.
value
- The section flags.public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
value
- The name.public Cad3DPoint getVerticalDirection()
Gets or sets the vertical direction.
public void setVerticalDirection(Cad3DPoint value)
Gets or sets the vertical direction.
value
- The vertical direction.public double getTopHeight()
Gets or sets the height of the top.
public void setTopHeight(double value)
Gets or sets the height of the top.
value
- The height of the top.public double getBottomHeight()
Gets or sets the height of the bottom.
public void setBottomHeight(double value)
Gets or sets the height of the bottom.
value
- The height of the bottom.public short getIndicatorTransparency()
Gets or sets the indicator transparency.
public void setIndicatorTransparency(short value)
Gets or sets the indicator transparency.
value
- The indicator transparency.public short getIndicatorColor63()
Gets or sets the indicator color63.
public void setIndicatorColor63(short value)
Gets or sets the indicator color63.
value
- The indicator color63.public String getIndicatorColor411()
Gets or sets the indicator color411.
public void setIndicatorColor411(String value)
Gets or sets the indicator color411.
value
- The indicator color411.public int getVerticesNumber()
Gets or sets the vertices number.
public void setVerticesNumber(int value)
Gets or sets the vertices number.
value
- The vertices number.public List<Cad3DPoint> getVertices()
Gets or sets the vertices.
public void setVertices(List<Cad3DPoint> value)
Gets or sets the vertices.
value
- The vertices.public int getBackLineVerticesNumber()
Gets or sets the back line vertices number.
public void setBackLineVerticesNumber(int value)
Gets or sets the back line vertices number.
value
- The back line vertices number.public List<Cad3DPoint> getBackLineVertices()
Gets or sets the back line vertices.
public void setBackLineVertices(List<Cad3DPoint> value)
Gets or sets the back line vertices.
value
- The back line vertices.public String getGeometrySettingsObjectHandle()
Gets or sets the geometry settings object handle.
public void setGeometrySettingsObjectHandle(String value)
Gets or sets the geometry settings object handle.
value
- The geometry settings object handle.