public class CadMultiLine extends CadExtrudedEntityBase
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.
|
short |
getOpenClosed()
Gets or sets the openClosed: 1 = open; 3 = Closed
|
double |
getScale()
Gets or sets scale
|
Cad3DPoint |
getStartPoint()
Gets the start point.
|
String |
getStyleName()
Gets or sets the style name.
|
CadEntityTypeName |
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 |
setOpenClosed(short value)
Gets or sets the openClosed: 1 = open; 3 = Closed
|
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.
|
getArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadMultiLine()
Initializes a new instance of the CadMultiLine class.
public CadEntityTypeName getTypeName()
Gets the name of the type.
getTypeName in class CadEntityBasepublic Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection in class CadExtrudedEntityBasepublic void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection in class CadExtrudedEntityBasepublic 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
public final short getOpenClosed()
Gets or sets the openClosed: 1 = open; 3 = Closed
public final void setOpenClosed(short value)
Gets or sets the openClosed: 1 = open; 3 = Closed
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.