public abstract class CadBaseInfinityEntity extends CadBaseEntity
Class describing CadBaseInfinityEntity
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getFirstPoint()
Gets or sets the first point .
|
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.
|
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public Cad3DPoint getFirstPoint()
Gets or sets the first point .
public void setFirstPoint(Cad3DPoint value)
Gets or sets the first point .
value
- The First Point .public Cad3DPoint getUnitDirectionVector()
Gets or sets the unit direction vector.
public void setUnitDirectionVector(Cad3DPoint value)
Gets or sets the unit direction vector.
value
- The unit direction vector.