public class CadOsnapPointRef extends Object
Cad hatch pattern class
Constructor and Description |
---|
CadOsnapPointRef()
Initializes a new instance of the
CadOsnapPointRef class. |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the name of the class.
|
double |
getGeometryParameter()
Gets or sets the geometry parameter.
|
String |
getHandleIntersectionXrefObject()
Gets or sets the handle intersection xref object.
|
String |
getHandleXrefObject()
Gets or sets the handle xref object.
|
int |
getIntersctionObjectGsMarker()
Gets or sets the intersction object gs marker.
|
short |
getIntersctionObjectSubentType()
Gets or sets the type of the intersction object subent.
|
List<String> |
getIntersectionObjectIds()
Gets or sets the intersection object ids.
|
int |
getMainObjectGsMarker()
Gets or sets the main object gs marker.
|
List<String> |
getMainObjectIds()
Gets or sets the main object ids.
|
short |
getMainObjectSubentType()
Gets or sets the type of the main object subent.
|
short |
getObjectOsnapType()
Gets or sets the type of the object osnap.
|
Cad3DPoint |
getOsnapPoint()
Gets or sets the osnap point.
|
short |
hasLastPointRef()
Gets or sets the has last point reference.
|
void |
setGeometryParameter(double value)
Gets or sets the geometry parameter.
|
void |
setHandleIntersectionXrefObject(String value)
Gets or sets the handle intersection xref object.
|
void |
setHandleXrefObject(String value)
Gets or sets the handle xref object.
|
void |
setIntersctionObjectGsMarker(int value)
Gets or sets the intersction object gs marker.
|
void |
setIntersctionObjectSubentType(short value)
Gets or sets the type of the intersction object subent.
|
void |
setIntersectionObjectIds(List<String> value)
Gets or sets the intersection object ids.
|
void |
setLastPointRef(short value)
Gets or sets the has last point reference.
|
void |
setMainObjectGsMarker(int value)
Gets or sets the main object gs marker.
|
void |
setMainObjectIds(List<String> value)
Gets or sets the main object ids.
|
void |
setMainObjectSubentType(short value)
Gets or sets the type of the main object subent.
|
void |
setObjectOsnapType(short value)
Gets or sets the type of the object osnap.
|
void |
setOsnapPoint(Cad3DPoint value)
Gets or sets the osnap point.
|
public CadOsnapPointRef()
Initializes a new instance of the CadOsnapPointRef
class.
public final String getClassName()
Gets the name of the class.
public final short getObjectOsnapType()
Gets or sets the type of the object osnap.
public final void setObjectOsnapType(short value)
Gets or sets the type of the object osnap.
value
- The type of the object osnap.public final List<String> getMainObjectIds()
Gets or sets the main object ids.
public final void setMainObjectIds(List<String> value)
Gets or sets the main object ids.
value
- The main object ids.public final short getMainObjectSubentType()
Gets or sets the type of the main object subent.
public final void setMainObjectSubentType(short value)
Gets or sets the type of the main object subent.
value
- The type of the main object subent.public final int getMainObjectGsMarker()
Gets or sets the main object gs marker.
public final void setMainObjectGsMarker(int value)
Gets or sets the main object gs marker.
value
- The main object gs marker.public final String getHandleXrefObject()
Gets or sets the handle xref object.
public final void setHandleXrefObject(String value)
Gets or sets the handle xref object.
value
- The handle xref object.public final double getGeometryParameter()
Gets or sets the geometry parameter.
public final void setGeometryParameter(double value)
Gets or sets the geometry parameter.
value
- The geometry parameter.public final Cad3DPoint getOsnapPoint()
Gets or sets the osnap point.
public final void setOsnapPoint(Cad3DPoint value)
Gets or sets the osnap point.
value
- The osnap point.public final List<String> getIntersectionObjectIds()
Gets or sets the intersection object ids.
public final void setIntersectionObjectIds(List<String> value)
Gets or sets the intersection object ids.
value
- The intersection object ids.public final short getIntersctionObjectSubentType()
Gets or sets the type of the intersction object subent.
public final void setIntersctionObjectSubentType(short value)
Gets or sets the type of the intersction object subent.
value
- The type of the intersction object subent.public final int getIntersctionObjectGsMarker()
Gets or sets the intersction object gs marker.
public final void setIntersctionObjectGsMarker(int value)
Gets or sets the intersction object gs marker.
value
- The intersction object gs marker.public final String getHandleIntersectionXrefObject()
Gets or sets the handle intersection xref object.
public final void setHandleIntersectionXrefObject(String value)
Gets or sets the handle intersection xref object.
value
- The handle intersection xref object.public final short hasLastPointRef()
Gets or sets the has last point reference.
public final void setLastPointRef(short value)
Gets or sets the has last point reference.
value
- The has last point reference.