public class CadRay extends CadBaseInfinityEntity
Class describing CadRay
| Constructor and Description |
|---|
CadRay(Cad3DPoint firstPoint,
Cad3DPoint unitDirectionVector)
Initializes a new instance of the
CadRay 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, setXDirMissingFlaggetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadRay(Cad3DPoint firstPoint, Cad3DPoint unitDirectionVector)
Initializes a new instance of the CadRay 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 CadBaseEntitypublic Cad3DPoint getFirstPoint()
Gets or sets the first point .
getFirstPoint in class CadBaseInfinityEntitypublic void setFirstPoint(Cad3DPoint value)
Gets or sets the first point .
setFirstPoint in class CadBaseInfinityEntityvalue - The First Point .public Cad3DPoint getUnitDirectionVector()
Gets or sets the unit direction vector.
getUnitDirectionVector in class CadBaseInfinityEntitypublic void setUnitDirectionVector(Cad3DPoint value)
Gets or sets the unit direction vector.
setUnitDirectionVector in class CadBaseInfinityEntityvalue - The unit direction vector.