CadMultiLine
Inheritance: java.lang.Object, CadBaseExtrudedEntity
The Cad multi line.
Constructors
| Constructor | Description |
|---|---|
| CadMultiLine() | Initializes a new instance of the CadMultiLine class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getExtrusionDirection() | Gets or sets the extrusion direction. |
| setExtrusionDirection(Cad3DPoint value) | Gets or sets the extrusion direction. |
| getNumberOfStyleElements() | Gets or sets the number of style elements. |
| setNumberOfStyleElements(short value) | Gets or sets the number of style elements. |
| getVectorBlocks() | Gets or sets the vector blocks. |
| setVectorBlocks(List | Gets or sets the vector blocks. |
| getStartPoint() | Gets the start point. |
| setStartPoint(Cad3DPoint value) | Gets the start point. |
| getStyleName() | Gets or sets the style name. |
| setStyleName(String value) | Gets or sets the style name. |
| getFlags() | Gets or sets flags |
| setFlags(short value) | Gets or sets flags |
| getScale() | Gets or sets scale |
| setScale(double value) | Gets or sets scale |
| getNumberOfVertices() | Gets or sets the number of vertices. |
| setNumberOfVertices(short value) | Gets or sets the number of vertices. |
| getJustification() | Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom |
| setJustification(short value) | Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom |
CadMultiLine()
public CadMultiLine()
Initializes a new instance of the CadMultiLine class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getExtrusionDirection()
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
Returns: Cad3DPoint
setExtrusionDirection(Cad3DPoint value)
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
getNumberOfStyleElements()
public final short getNumberOfStyleElements()
Gets or sets the number of style elements.
Returns: short - The number of style elements.
setNumberOfStyleElements(short value)
public final void setNumberOfStyleElements(short value)
Gets or sets the number of style elements.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The number of style elements. |
getVectorBlocks()
public final List<CadMultiLineVectorBlock> getVectorBlocks()
Gets or sets the vector blocks.
Returns: List
setVectorBlocks(List value)
public final void setVectorBlocks(List<CadMultiLineVectorBlock> value)
Gets or sets the vector blocks.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The vector blocks. |
getStartPoint()
public final Cad3DPoint getStartPoint()
Gets the start point.
Returns: Cad3DPoint
setStartPoint(Cad3DPoint value)
public final void setStartPoint(Cad3DPoint value)
Gets the start point.
getStyleName()
public final String getStyleName()
Gets or sets the style name.
Returns: String
setStyleName(String value)
public final void setStyleName(String value)
Gets or sets the style name.
getFlags()
public final short getFlags()
Gets or sets flags
Returns: short
setFlags(short value)
public final void setFlags(short value)
Gets or sets flags
getScale()
public final double getScale()
Gets or sets scale
Returns: double
setScale(double value)
public final void setScale(double value)
Gets or sets scale
getNumberOfVertices()
public final short getNumberOfVertices()
Gets or sets the number of vertices.
Returns: short
setNumberOfVertices(short value)
public final void setNumberOfVertices(short value)
Gets or sets the number of vertices.
getJustification()
public final short getJustification()
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
Returns: short
setJustification(short value)
public final void setJustification(short value)
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom