public class CadMultiLineVectorBlock extends Object
Cad mline vector block
Constructor and Description |
---|
CadMultiLineVectorBlock()
Initializes a new instance of the
CadMultiLineVectorBlock class. |
Modifier and Type | Method and Description |
---|---|
List<Double> |
getAreaParameters()
Gets or sets the area parameters.
|
List<Short> |
getAreaParametersCount()
Gets or sets the area parameters count.
|
List<Double> |
getElementParameters()
Gets or sets the element parameters.
|
List<Short> |
getElementParametersCount()
Gets or sets the element parameters count.
|
Cad3DPoint |
getMilterVector()
Gets or sets the milter vector.
|
Cad3DPoint |
getSegmentDirection()
Gets or sets the segment direction.
|
Cad3DPoint |
getVertex()
Gets or sets the vertex.
|
void |
setAreaParameters(List<Double> value)
Gets or sets the area parameters.
|
void |
setAreaParametersCount(List<Short> value)
Gets or sets the area parameters count.
|
void |
setElementParameters(List<Double> value)
Gets or sets the element parameters.
|
void |
setElementParametersCount(List<Short> value)
Gets or sets the element parameters count.
|
void |
setMilterVector(Cad3DPoint value)
Gets or sets the milter vector.
|
void |
setSegmentDirection(Cad3DPoint value)
Gets or sets the segment direction.
|
void |
setVertex(Cad3DPoint value)
Gets or sets the vertex.
|
public CadMultiLineVectorBlock()
Initializes a new instance of the CadMultiLineVectorBlock
class.
public final void setAreaParameters(List<Double> value)
Gets or sets the area parameters.
public final List<Short> getAreaParametersCount()
Gets or sets the area parameters count.
public final void setAreaParametersCount(List<Short> value)
Gets or sets the area parameters count.
public final List<Double> getElementParameters()
Gets or sets the element parameters.
public final void setElementParameters(List<Double> value)
Gets or sets the element parameters.
public final List<Short> getElementParametersCount()
Gets or sets the element parameters count.
public final void setElementParametersCount(List<Short> value)
Gets or sets the element parameters count.
public final Cad3DPoint getMilterVector()
Gets or sets the milter vector.
public final void setMilterVector(Cad3DPoint value)
Gets or sets the milter vector.
public final Cad3DPoint getSegmentDirection()
Gets or sets the segment direction.
public final void setSegmentDirection(Cad3DPoint value)
Gets or sets the segment direction.
public final Cad3DPoint getVertex()
Gets or sets the vertex.
public final void setVertex(Cad3DPoint value)
Gets or sets the vertex.