CadSection

Inheritance: java.lang.Object, CadBaseEntity

Class describing CadSection

Constructors

ConstructorDescription
CadSection()Initializes a new instance of the CadSection class.

Methods

MethodDescription
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 value)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 value)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:

ParameterTypeDescription
valueintThe 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:

ParameterTypeDescription
valueintThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueCad3DPointThe 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:

ParameterTypeDescription
valuedoubleThe 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:

ParameterTypeDescription
valuedoubleThe 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:

ParameterTypeDescription
valueshortThe 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:

ParameterTypeDescription
valueshortThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueintThe vertices number.

getVertices()

public final List<Cad3DPoint> getVertices()

Gets or sets the vertices.

Returns: List - The vertices.

setVertices(List value)

public final void setVertices(List<Cad3DPoint> value)

Gets or sets the vertices.

Parameters:

ParameterTypeDescription
valueListThe 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:

ParameterTypeDescription
valueintThe back line vertices number.

getBackLineVertices()

public final List<Cad3DPoint> getBackLineVertices()

Gets or sets the back line vertices.

Returns: List - The back line vertices.

setBackLineVertices(List value)

public final void setBackLineVertices(List<Cad3DPoint> value)

Gets or sets the back line vertices.

Parameters:

ParameterTypeDescription
valueListThe 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:

ParameterTypeDescription
valueStringThe geometry settings object handle.