public interface SelectMarker extends TaggedObject, IComponentBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
SelectMarker.ValueData
This class holds the data returned from
getValue() |
static class |
SelectMarker.ValueWithCaeSetObjectInfoData
This class holds the data returned from
getValue() |
static class |
SelectMarker.ValueWithSnapData
This class holds the data returned from
getValue() |
Modifier and Type | Method and Description |
---|---|
SelectMarker.ValueData |
getValue()
The object being selected with the object's view and point.
|
SelectMarker.ValueWithCaeSetObjectInfoData |
getValueWithCaeSetObjectInfo()
Deprecated.
Deprecated in NX10.0.0. Use other versions of
SelectObject.getValue() .
|
SelectMarker.ValueWithSnapData |
getValueWithSnap()
The object being selected with the objects view and point and snap information.
|
void |
setValue(Marker selection)
Sets the object being selected
License requirements: None. |
void |
setValue(Marker selection,
View view,
Point3d point)
The object being selected with the object's view and object's point
License requirements: None. |
void |
setValueWithCaeSetObjectInfo(Marker selection,
CaeObjectType.CaeSubType caeSubType,
int caeSubId)
Deprecated.
Deprecated in NX10.0.0. Use other versions of
SelectObject.setValue(nxopen.TaggedObject) .
|
void |
setValueWithSnap(InferSnapType.SnapType snapType,
Marker selection1,
View view1,
Point3d point1,
Marker selection2,
View view2,
Point3d point2)
The object being selected with the objects view and objects point and snap information.
|
Marker |
value()
Returns the object being selected
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
void setValue(Marker selection) throws NXException, RemoteException
selection
- selected objectNXException
RemoteException
Marker value() throws NXException, RemoteException
NXException
RemoteException
void setValue(Marker selection, View view, Point3d point) throws NXException, RemoteException
selection
- selected objectview
- selected object viewpoint
- selected object pointNXException
RemoteException
SelectMarker.ValueData getValue() throws NXException, RemoteException
NXException
RemoteException
void setValueWithSnap(InferSnapType.SnapType snapType, Marker selection1, View view1, Point3d point1, Marker selection2, View view2, Point3d point2) throws NXException, RemoteException
snapType
- snap point typeselection1
- first selected objectview1
- first selected object viewpoint1
- first selected object pointselection2
- second selected objectview2
- second selected object viewpoint2
- second selected object pointNXException
RemoteException
SelectMarker.ValueWithSnapData getValueWithSnap() throws NXException, RemoteException
NXException
RemoteException
void setValueWithCaeSetObjectInfo(Marker selection, CaeObjectType.CaeSubType caeSubType, int caeSubId) throws NXException, RemoteException
SelectObject.setValue(nxopen.TaggedObject)
.
selection
- selected objectcaeSubType
- CAE set object sub typecaeSubId
- CAE set object sub id
NXException
RemoteException
SelectMarker.ValueWithCaeSetObjectInfoData getValueWithCaeSetObjectInfo() throws NXException, RemoteException
SelectObject.getValue()
.
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.