public interface SupportPlaneData extends TaggedObject, IComponentBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
SupportPlaneData.LockPlaneStatus
Represents support plane lock status for associative basic curves
|
Modifier and Type | Method and Description |
---|---|
DisplayableObject |
existingPlane()
Returns the existing face or plane
License requirements: None. |
void |
setExistingPlane(DisplayableObject existingPlane)
License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE") . |
void |
setSupportPlane(Plane supportPlane)
License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE") . |
void |
setSupportPlaneLockStatus(SupportPlaneData.LockPlaneStatus lockPlaneStatus)
License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE") . |
void |
setWorkView(View workView)
License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR cam_base ("CAM BASE") . |
Plane |
supportPlane()
Returns the support plane
License requirements: None. |
SupportPlaneData.LockPlaneStatus |
supportPlaneLockStatus()
Returns the support plane lock status
License requirements: None. |
View |
workView()
Returns the work view required when lock plane status is
SupportPlaneData.LockPlaneStatus.AFTER_FIRST_CONSTRAINT
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
SupportPlaneData.LockPlaneStatus supportPlaneLockStatus() throws NXException, RemoteException
NXException
RemoteException
void setSupportPlaneLockStatus(SupportPlaneData.LockPlaneStatus lockPlaneStatus) throws NXException, RemoteException
lockPlaneStatus
- NXException
RemoteException
View workView() throws NXException, RemoteException
SupportPlaneData.LockPlaneStatus.AFTER_FIRST_CONSTRAINT
NXException
RemoteException
void setWorkView(View workView) throws NXException, RemoteException
workView
- NXException
RemoteException
Plane supportPlane() throws NXException, RemoteException
NXException
RemoteException
void setSupportPlane(Plane supportPlane) throws NXException, RemoteException
supportPlane
- NXException
RemoteException
DisplayableObject existingPlane() throws NXException, RemoteException
NXException
RemoteException
void setExistingPlane(DisplayableObject existingPlane) throws NXException, RemoteException
existingPlane
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.