public class CadViewTableObject extends CadBaseOwned
viewPorts table class
Constructor and Description |
---|
CadViewTableObject()
Initializes a new instance of the
CadViewTableObject class. |
Modifier and Type | Method and Description |
---|---|
CadShortParameter |
getAssociatedUcs()
Gets or sets the associated ucs.
|
double |
getBackClipping()
Gets or sets the back clipping.
|
String |
getBackgroundHandle()
Gets or sets the background handle.
|
CadShortParameter |
getCameraPlottable()
Gets or sets the camera plottable.
|
Cad2DPoint |
getCenterPoint()
Gets or sets the center point.
|
double |
getElevation()
Gets or sets the elevation.
|
short |
getFlag()
Gets or sets the flag.
|
double |
getFrontClipping()
Gets or sets the front clipping.
|
double |
getLensLength()
Gets or sets the length of the lens.
|
String |
getLiveSectionHandle()
Gets or sets the live section handle.
|
String |
getName()
Gets or sets the name.
|
CadShortParameter |
getRenderMode()
Gets or sets the render mode.
|
String |
getSunHardOwnership()
Gets or sets the sun hard ownership.
|
Cad3DPoint |
getTargetPoint()
Gets or sets the target point.
|
double |
getTwistAngle()
Gets or sets the twist angle.
|
String |
getUcsBaseHandle()
Gets or sets the ucs base handle.
|
String |
getUcsHandle()
Gets or sets the ucs handle.
|
Cad3DPoint |
getUcsOrigin()
Gets or sets the ucs origin.
|
short |
getUcsType()
Gets or sets the type of the ucs.
|
Cad3DPoint |
getUcsXaxis()
Gets or sets the ucs xaxis.
|
Cad3DPoint |
getUcsYaxis()
Gets or sets the ucs yaxis.
|
Cad3DPoint |
getViewDirection()
Gets or sets the view direction.
|
double |
getViewHeight()
Gets or sets the height of the view.
|
short |
getViewMode()
Gets or sets the view mode.
|
double |
getViewWidth()
Gets or sets the width of the view.
|
String |
getVisualStyleHandle()
Gets or sets the visual style handle.
|
void |
setAssociatedUcs(CadShortParameter value)
Gets or sets the associated ucs.
|
void |
setBackClipping(double value)
Gets or sets the back clipping.
|
void |
setBackgroundHandle(String value)
Gets or sets the background handle.
|
void |
setCameraPlottable(CadShortParameter value)
Gets or sets the camera plottable.
|
void |
setCenterPoint(Cad2DPoint value)
Gets or sets the center point.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setFlag(short value)
Gets or sets the flag.
|
void |
setFrontClipping(double value)
Gets or sets the front clipping.
|
void |
setLensLength(double value)
Gets or sets the length of the lens.
|
void |
setLiveSectionHandle(String value)
Gets or sets the live section handle.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setRenderMode(CadShortParameter value)
Gets or sets the render mode.
|
void |
setSunHardOwnership(String value)
Gets or sets the sun hard ownership.
|
void |
setTargetPoint(Cad3DPoint value)
Gets or sets the target point.
|
void |
setTwistAngle(double value)
Gets or sets the twist angle.
|
void |
setUcsBaseHandle(String value)
Gets or sets the ucs base handle.
|
void |
setUcsHandle(String value)
Gets or sets the ucs handle.
|
void |
setUcsOrigin(Cad3DPoint value)
Gets or sets the ucs origin.
|
void |
setUcsType(short value)
Gets or sets the type of the ucs.
|
void |
setUcsXaxis(Cad3DPoint value)
Gets or sets the ucs xaxis.
|
void |
setUcsYaxis(Cad3DPoint value)
Gets or sets the ucs yaxis.
|
void |
setViewDirection(Cad3DPoint value)
Gets or sets the view direction.
|
void |
setViewHeight(double value)
Gets or sets the height of the view.
|
void |
setViewMode(short value)
Gets or sets the view mode.
|
void |
setViewWidth(double value)
Gets or sets the width of the view.
|
void |
setVisualStyleHandle(String value)
Gets or sets the visual style handle.
|
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadViewTableObject()
Initializes a new instance of the CadViewTableObject
class.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
value
- The name.public short getFlag()
Gets or sets the flag.
public void setFlag(short value)
Gets or sets the flag.
value
- The flag.public double getViewHeight()
Gets or sets the height of the view.
public void setViewHeight(double value)
Gets or sets the height of the view.
value
- The height of the view.public Cad2DPoint getCenterPoint()
Gets or sets the center point.
public void setCenterPoint(Cad2DPoint value)
Gets or sets the center point.
value
- The center point.public double getViewWidth()
Gets or sets the width of the view.
public void setViewWidth(double value)
Gets or sets the width of the view.
value
- The width of the view.public Cad3DPoint getViewDirection()
Gets or sets the view direction.
public void setViewDirection(Cad3DPoint value)
Gets or sets the view direction.
value
- The view direction.public Cad3DPoint getTargetPoint()
Gets or sets the target point.
public void setTargetPoint(Cad3DPoint value)
Gets or sets the target point.
value
- The target point.public double getLensLength()
Gets or sets the length of the lens.
public void setLensLength(double value)
Gets or sets the length of the lens.
value
- The length of the lens.public double getFrontClipping()
Gets or sets the front clipping.
public void setFrontClipping(double value)
Gets or sets the front clipping.
value
- The front clipping.public double getBackClipping()
Gets or sets the back clipping.
public void setBackClipping(double value)
Gets or sets the back clipping.
value
- The back clipping.public double getTwistAngle()
Gets or sets the twist angle.
public void setTwistAngle(double value)
Gets or sets the twist angle.
value
- The twist angle.public short getViewMode()
Gets or sets the view mode.
public void setViewMode(short value)
Gets or sets the view mode.
value
- The view mode.public final CadShortParameter getAssociatedUcs()
Gets or sets the associated ucs.
public final void setAssociatedUcs(CadShortParameter value)
Gets or sets the associated ucs.
value
- The associated ucs.public final CadShortParameter getCameraPlottable()
Gets or sets the camera plottable.
public final void setCameraPlottable(CadShortParameter value)
Gets or sets the camera plottable.
value
- The camera plottable.public final CadShortParameter getRenderMode()
Gets or sets the render mode.
public final void setRenderMode(CadShortParameter value)
Gets or sets the render mode.
value
- The render mode.public String getBackgroundHandle()
Gets or sets the background handle.
public void setBackgroundHandle(String value)
Gets or sets the background handle.
value
- The background handle.public String getLiveSectionHandle()
Gets or sets the live section handle.
public void setLiveSectionHandle(String value)
Gets or sets the live section handle.
value
- The live section handle.public String getVisualStyleHandle()
Gets or sets the visual style handle.
public void setVisualStyleHandle(String value)
Gets or sets the visual style handle.
value
- The visual style handle.public String getSunHardOwnership()
Gets or sets the sun hard ownership.
public void setSunHardOwnership(String value)
Gets or sets the sun hard ownership.
value
- The sun hard ownership.public Cad3DPoint getUcsOrigin()
Gets or sets the ucs origin.
public void setUcsOrigin(Cad3DPoint value)
Gets or sets the ucs origin.
value
- The ucs origin.public Cad3DPoint getUcsXaxis()
Gets or sets the ucs xaxis.
public void setUcsXaxis(Cad3DPoint value)
Gets or sets the ucs xaxis.
value
- The ucs xaxis.public Cad3DPoint getUcsYaxis()
Gets or sets the ucs yaxis.
public void setUcsYaxis(Cad3DPoint value)
Gets or sets the ucs yaxis.
value
- The ucs yaxis.public short getUcsType()
Gets or sets the type of the ucs.
public void setUcsType(short value)
Gets or sets the type of the ucs.
value
- The type of the ucs.public double getElevation()
Gets or sets the elevation.
public void setElevation(double value)
Gets or sets the elevation.
value
- The elevation.public String getUcsHandle()
Gets or sets the ucs handle.
public void setUcsHandle(String value)
Gets or sets the ucs handle.
value
- The ucs handle.public String getUcsBaseHandle()
Gets or sets the ucs base handle.
public void setUcsBaseHandle(String value)
Gets or sets the ucs base handle.
value
- The ucs base handle.