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.
|
int |
getTypeName()
Gets the name of the type.
|
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.
|
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 CadSection()
Initializes a new instance of the CadSection
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final int getSectionState()
Gets or sets the state of the section.
public final void setSectionState(int value)
Gets or sets the state of the section.
value
- The state of the section.public final int getSectionFlags()
Gets or sets the section flags.
public final void setSectionFlags(int value)
Gets or sets the section flags.
value
- The section flags.public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
value
- The name.public final Cad3DPoint getVerticalDirection()
Gets or sets the vertical direction.
public final void setVerticalDirection(Cad3DPoint value)
Gets or sets the vertical direction.
value
- The vertical direction.public final double getTopHeight()
Gets or sets the height of the top.
public final void setTopHeight(double value)
Gets or sets the height of the top.
value
- The height of the top.public final double getBottomHeight()
Gets or sets the height of the bottom.
public final void setBottomHeight(double value)
Gets or sets the height of the bottom.
value
- The height of the bottom.public final short getIndicatorTransparency()
Gets or sets the indicator transparency.
public final void setIndicatorTransparency(short value)
Gets or sets the indicator transparency.
value
- The indicator transparency.public final short getIndicatorColor63()
Gets or sets the indicator color63.
public final void setIndicatorColor63(short value)
Gets or sets the indicator color63.
value
- The indicator color63.public final String getIndicatorColor411()
Gets or sets the indicator color411.
public final void setIndicatorColor411(String value)
Gets or sets the indicator color411.
value
- The indicator color411.public final int getVerticesNumber()
Gets or sets the vertices number.
public final void setVerticesNumber(int value)
Gets or sets the vertices number.
value
- The vertices number.public final List<Cad3DPoint> getVertices()
Gets or sets the vertices.
public final void setVertices(List<Cad3DPoint> value)
Gets or sets the vertices.
value
- The vertices.public final int getBackLineVerticesNumber()
Gets or sets the back line vertices number.
public final void setBackLineVerticesNumber(int value)
Gets or sets the back line vertices number.
value
- The back line vertices number.public final List<Cad3DPoint> getBackLineVertices()
Gets or sets the back line vertices.
public final void setBackLineVertices(List<Cad3DPoint> value)
Gets or sets the back line vertices.
value
- The back line vertices.public final String getGeometrySettingsObjectHandle()
Gets or sets the geometry settings object handle.
public final void setGeometrySettingsObjectHandle(String value)
Gets or sets the geometry settings object handle.
value
- The geometry settings object handle.