CadSection
Inheritance: java.lang.Object, CadBaseEntity
Class describing CadSection
Constructors
| Constructor | Description |
|---|---|
| CadSection() | Initializes a new instance of the CadSection class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getSectionState() | Gets or sets the state of the section. |
| setSectionState(int value) | Gets or sets the state of the section. |
| getSectionFlags() | Gets or sets the section flags. |
| setSectionFlags(int value) | Gets or sets the section flags. |
| getName() | Gets or sets the name. |
| setName(String value) | Gets or sets the name. |
| getVerticalDirection() | Gets or sets the vertical direction. |
| setVerticalDirection(Cad3DPoint value) | Gets or sets the vertical direction. |
| getTopHeight() | Gets or sets the height of the top. |
| setTopHeight(double value) | Gets or sets the height of the top. |
| getBottomHeight() | Gets or sets the height of the bottom. |
| setBottomHeight(double value) | Gets or sets the height of the bottom. |
| getIndicatorTransparency() | Gets or sets the indicator transparency. |
| setIndicatorTransparency(short value) | Gets or sets the indicator transparency. |
| getIndicatorColor63() | Gets or sets the indicator color63. |
| setIndicatorColor63(short value) | Gets or sets the indicator color63. |
| getIndicatorColor411() | Gets or sets the indicator color411. |
| setIndicatorColor411(String value) | Gets or sets the indicator color411. |
| getVerticesNumber() | Gets or sets the vertices number. |
| setVerticesNumber(int value) | Gets or sets the vertices number. |
| getVertices() | Gets or sets the vertices. |
| setVertices(List | Gets or sets the vertices. |
| getBackLineVerticesNumber() | Gets or sets the back line vertices number. |
| setBackLineVerticesNumber(int value) | Gets or sets the back line vertices number. |
| getBackLineVertices() | Gets or sets the back line vertices. |
| setBackLineVertices(List | Gets or sets the back line vertices. |
| getGeometrySettingsObjectHandle() | Gets or sets the geometry settings object handle. |
| setGeometrySettingsObjectHandle(String value) | Gets or sets the geometry settings object handle. |
CadSection()
public CadSection()
Initializes a new instance of the CadSection class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getSectionState()
public final int getSectionState()
Gets or sets the state of the section.
Returns: int - The state of the section.
setSectionState(int value)
public final void setSectionState(int value)
Gets or sets the state of the section.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The state of the section. |
getSectionFlags()
public final int getSectionFlags()
Gets or sets the section flags.
Returns: int - The section flags.
setSectionFlags(int value)
public final void setSectionFlags(int value)
Gets or sets the section flags.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The section flags. |
getName()
public final String getName()
Gets or sets the name.
Returns: String - The name.
setName(String value)
public final void setName(String value)
Gets or sets the name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The name. |
getVerticalDirection()
public final Cad3DPoint getVerticalDirection()
Gets or sets the vertical direction.
Returns: Cad3DPoint - The vertical direction.
setVerticalDirection(Cad3DPoint value)
public final void setVerticalDirection(Cad3DPoint value)
Gets or sets the vertical direction.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The vertical direction. |
getTopHeight()
public final double getTopHeight()
Gets or sets the height of the top.
Returns: double - The height of the top.
setTopHeight(double value)
public final void setTopHeight(double value)
Gets or sets the height of the top.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The height of the top. |
getBottomHeight()
public final double getBottomHeight()
Gets or sets the height of the bottom.
Returns: double - The height of the bottom.
setBottomHeight(double value)
public final void setBottomHeight(double value)
Gets or sets the height of the bottom.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The height of the bottom. |
getIndicatorTransparency()
public final short getIndicatorTransparency()
Gets or sets the indicator transparency.
Returns: short - The indicator transparency.
setIndicatorTransparency(short value)
public final void setIndicatorTransparency(short value)
Gets or sets the indicator transparency.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The indicator transparency. |
getIndicatorColor63()
public final short getIndicatorColor63()
Gets or sets the indicator color63.
Returns: short - The indicator color63.
setIndicatorColor63(short value)
public final void setIndicatorColor63(short value)
Gets or sets the indicator color63.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The indicator color63. |
getIndicatorColor411()
public final String getIndicatorColor411()
Gets or sets the indicator color411.
Returns: String - The indicator color411.
setIndicatorColor411(String value)
public final void setIndicatorColor411(String value)
Gets or sets the indicator color411.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The indicator color411. |
getVerticesNumber()
public final int getVerticesNumber()
Gets or sets the vertices number.
Returns: int - The vertices number.
setVerticesNumber(int value)
public final void setVerticesNumber(int value)
Gets or sets the vertices number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The vertices number. |
getVertices()
public final List<Cad3DPoint> getVertices()
Gets or sets the vertices.
Returns: List
setVertices(List value)
public final void setVertices(List<Cad3DPoint> value)
Gets or sets the vertices.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The vertices. |
getBackLineVerticesNumber()
public final int getBackLineVerticesNumber()
Gets or sets the back line vertices number.
Returns: int - The back line vertices number.
setBackLineVerticesNumber(int value)
public final void setBackLineVerticesNumber(int value)
Gets or sets the back line vertices number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The back line vertices number. |
getBackLineVertices()
public final List<Cad3DPoint> getBackLineVertices()
Gets or sets the back line vertices.
Returns: List
setBackLineVertices(List value)
public final void setBackLineVertices(List<Cad3DPoint> value)
Gets or sets the back line vertices.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The back line vertices. |
getGeometrySettingsObjectHandle()
public final String getGeometrySettingsObjectHandle()
Gets or sets the geometry settings object handle.
Returns: String - The geometry settings object handle.
setGeometrySettingsObjectHandle(String value)
public final void setGeometrySettingsObjectHandle(String value)
Gets or sets the geometry settings object handle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The geometry settings object handle. |