public abstract class CadBaseInfinityEntity extends CadBaseEntity
Class describing CadBaseInfinityEntity
Modifier and Type | Method and Description |
---|---|
abstract Cad3DPoint |
getFirstPoint()
Gets or sets the first point .
|
abstract Cad3DPoint |
getUnitDirectionVector()
Gets or sets the unit direction vector.
|
abstract void |
setFirstPoint(Cad3DPoint value)
Gets or sets the first point .
|
abstract 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, getTypeName, 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 abstract Cad3DPoint getFirstPoint()
Gets or sets the first point .
public abstract void setFirstPoint(Cad3DPoint value)
Gets or sets the first point .
value
- The First Point .public abstract Cad3DPoint getUnitDirectionVector()
Gets or sets the unit direction vector.
public abstract void setUnitDirectionVector(Cad3DPoint value)
Gets or sets the unit direction vector.
value
- The unit direction vector.