public class CadMultiLine extends CadBaseExtrudedEntity
The Cad multi line.
Constructor and Description |
---|
CadMultiLine()
Initializes a new instance of the
CadMultiLine class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
short |
getFlags()
Gets or sets flags
|
short |
getJustification()
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
|
short |
getNumberOfStyleElements()
Gets or sets the number of style elements.
|
short |
getNumberOfVertices()
Gets or sets the number of vertices.
|
double |
getScale()
Gets or sets scale
|
Cad3DPoint |
getStartPoint()
Gets the start point.
|
String |
getStyleName()
Gets or sets the style name.
|
int |
getTypeName()
Gets the name of the type.
|
List<CadMultiLineVectorBlock> |
getVectorBlocks()
Gets or sets the vector blocks.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFlags(short value)
Gets or sets flags
|
void |
setJustification(short value)
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
|
void |
setNumberOfStyleElements(short value)
Gets or sets the number of style elements.
|
void |
setNumberOfVertices(short value)
Gets or sets the number of vertices.
|
void |
setScale(double value)
Gets or sets scale
|
void |
setStartPoint(Cad3DPoint value)
Gets the start point.
|
void |
setStyleName(String value)
Gets or sets the style name.
|
void |
setVectorBlocks(List<CadMultiLineVectorBlock> value)
Gets or sets the vector blocks.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadMultiLine()
Initializes a new instance of the CadMultiLine
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public final short getNumberOfStyleElements()
Gets or sets the number of style elements.
public final void setNumberOfStyleElements(short value)
Gets or sets the number of style elements.
value
- The number of style elements.public final List<CadMultiLineVectorBlock> getVectorBlocks()
Gets or sets the vector blocks.
public final void setVectorBlocks(List<CadMultiLineVectorBlock> value)
Gets or sets the vector blocks.
value
- The vector blocks.public final Cad3DPoint getStartPoint()
Gets the start point.
public final void setStartPoint(Cad3DPoint value)
Gets the start point.
public final String getStyleName()
Gets or sets the style name.
public final void setStyleName(String value)
Gets or sets the style name.
public final short getFlags()
Gets or sets flags
public final void setFlags(short value)
Gets or sets flags
public final double getScale()
Gets or sets scale
public final void setScale(double value)
Gets or sets scale
public final short getNumberOfVertices()
Gets or sets the number of vertices.
public final void setNumberOfVertices(short value)
Gets or sets the number of vertices.
public final short getJustification()
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom
public final void setJustification(short value)
Gets or sets the justification: 0 = Top; 1 = Zero; 2 = Bottom