public class CadXLine extends CadBaseInfinityEntity
Class describing CadXLine
Constructor and Description |
---|
CadXLine(Cad3DPoint firstPoint,
Cad3DPoint unitDirectionVector)
Initializes a new instance of the
CadXLine class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getFirstPoint()
Gets or sets the first point .
|
int |
getTypeName()
Gets the name of the type.
|
Cad3DPoint |
getUnitDirectionVector()
Gets or sets the unit direction vector.
|
void |
setFirstPoint(Cad3DPoint value)
Gets or sets the first point .
|
void |
setUnitDirectionVector(Cad3DPoint value)
Gets or sets the unit direction vector.
|
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 CadXLine(Cad3DPoint firstPoint, Cad3DPoint unitDirectionVector)
Initializes a new instance of the CadXLine
class.
firstPoint
- First point.unitDirectionVector
- Unit direction vector.com.aspose.ms.System.ArgumentNullException
- Thrown when one of arguments is nullpublic int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getFirstPoint()
Gets or sets the first point .
getFirstPoint
in class CadBaseInfinityEntity
public void setFirstPoint(Cad3DPoint value)
Gets or sets the first point .
setFirstPoint
in class CadBaseInfinityEntity
value
- The First Point .public Cad3DPoint getUnitDirectionVector()
Gets or sets the unit direction vector.
getUnitDirectionVector
in class CadBaseInfinityEntity
public void setUnitDirectionVector(Cad3DPoint value)
Gets or sets the unit direction vector.
setUnitDirectionVector
in class CadBaseInfinityEntity
value
- The unit direction vector.