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<CadDoubleParameter> |
getAreaParameters()
Gets or sets the area parameters.
|
List<CadShortParameter> |
getAreaParametersCount()
Gets or sets the area parameters count.
|
List<CadDoubleParameter> |
getElementParameters()
Gets or sets the element parameters.
|
List<CadShortParameter> |
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<CadDoubleParameter> value)
Gets or sets the area parameters.
|
void |
setAreaParametersCount(List<CadShortParameter> value)
Gets or sets the area parameters count.
|
void |
setElementParameters(List<CadDoubleParameter> value)
Gets or sets the element parameters.
|
void |
setElementParametersCount(List<CadShortParameter> 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 List<CadDoubleParameter> getAreaParameters()
Gets or sets the area parameters.
public void setAreaParameters(List<CadDoubleParameter> value)
Gets or sets the area parameters.
public List<CadShortParameter> getAreaParametersCount()
Gets or sets the area parameters count.
public void setAreaParametersCount(List<CadShortParameter> value)
Gets or sets the area parameters count.
public List<CadDoubleParameter> getElementParameters()
Gets or sets the element parameters.
public void setElementParameters(List<CadDoubleParameter> value)
Gets or sets the element parameters.
public List<CadShortParameter> getElementParametersCount()
Gets or sets the element parameters count.
public void setElementParametersCount(List<CadShortParameter> value)
Gets or sets the element parameters count.
public Cad3DPoint getMilterVector()
Gets or sets the milter vector.
public void setMilterVector(Cad3DPoint value)
Gets or sets the milter vector.
public Cad3DPoint getSegmentDirection()
Gets or sets the segment direction.
public void setSegmentDirection(Cad3DPoint value)
Gets or sets the segment direction.
public Cad3DPoint getVertex()
Gets or sets the vertex.
public void setVertex(Cad3DPoint value)
Gets or sets the vertex.