Package | Description |
---|---|
nxopen.annotations |
Provides classes and interfaces relating to Dimensions, Notes, Symbols, PMI, and other Annotations.
|
nxopen.drawings |
Provides classes and interfaces for Drafting Drawings.
|
Modifier and Type | Method and Description |
---|---|
DraftingView |
LineWeldData.sideSeamView()
Returns the view for which side seam is to be created.
|
DraftingView |
LineWeldData.topSeamView()
Returns the view for which top seam is to be created.
|
Modifier and Type | Method and Description |
---|---|
void |
LineWeldData.setSideSeamView(DraftingView sideSeamView)
Sets the view for which side seam is to be created.
|
void |
LineWeldData.setTopSeamView(DraftingView topSeamView)
Sets the view for which top seam is to be created.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseView
Represents a Base View.
|
interface |
DetailView
Represents a Detail View.
|
interface |
DrawingView
Drawing View - an empty view created without any geometric objects.
|
interface |
ProjectedView
Represents a Projected View.
|
interface |
SectionView
Represents a Section View.
|
Modifier and Type | Field and Description |
---|---|
DraftingView |
SelectDraftingView.ValueData.selection
selected object
|
DraftingView |
SelectDraftingView.ValueWithCaeSetObjectInfoData.selection
selected object
|
DraftingView |
SelectDraftingView.ValueWithSnapData.selection1
first selected object
|
DraftingView |
SelectDraftingView.ValueWithSnapData.selection2
second selected object
|
Modifier and Type | Method and Description |
---|---|
DraftingView |
ViewAlignmentBuilder.candidateView()
Returns the candidate view in builder
License requirements: drafting ("DRAFTING") . |
DraftingView |
SheetDraftingViewCollection.findObject(String journalIdentifier)
Finds the
DraftingView with the given identifier as recorded in a journal. |
DraftingView |
DraftingViewCollection.findObject(String journalIdentifier)
Finds the
DraftingView with the given identifier as recorded in a journal. |
DraftingView[] |
SelectDraftingViewList.getArray()
Returns the list of objects in the selection list.
|
DraftingView |
DraftingView.getBrokenViewDecoration()
Return the decoration view of a slave or a master view.
|
DraftingView[] |
DraftingView.getBrokenViewInternalViews()
Returns an array of views representing the internal views of broken view.
|
DraftingView |
DraftingView.getBrokenViewMaster()
Return the master view of a slave or a decoration view. return NULL for other type of view.
|
DraftingView[] |
DraftingViewCollection.pasteViews(DrawingSheet drawing,
DraftingView[] views,
DraftingViewCollection.ViewCopyDetailOption detailOption,
DraftingViewCollection.ViewCopyAnnotOption annotOption)
Paste views
License requirements: drafting ("DRAFTING") . |
DraftingView |
SelectDraftingView.value()
Returns the object being selected
License requirements: None. |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectDraftingViewList.add(DraftingView object)
Adds an object to the list
License requirements: None. |
boolean |
SelectDraftingViewList.add(DraftingView[] objects)
Adds a set of objects to the list
License requirements: None. |
boolean |
SelectDraftingViewList.add(DraftingView selection,
View view,
Point3d point)
Adds the object with the objects view and objects point
License requirements: None. |
boolean |
SelectDraftingViewList.contains(DraftingView object)
Returns whether the specified object is already in the list or not.
|
void |
DraftingViewCollection.convertLegacyViewsToLightweight(DraftingView[] views)
Converts legacy views to lightweight.
|
AddRemoveBoxViewBuilder |
DraftingViewCollection.createAddRemoveBoxViewBuilder(DraftingView activeView)
|
ProjectedView |
SheetDraftingViewCollection.createProjectedView(DraftingView parentView,
Point3d drawingReferencePoint)
Lets you add a projected view (Orthoraphic View) for the selected parent view.
|
ProjectedView |
SheetDraftingViewCollection.createProjectedView(DraftingView parentView,
Point3d drawingReferencePoint,
nxopen.Direction hingeLine)
Lets you add a projected view (A View) for the selected parent view.
|
void |
SheetDraftingViewCollection.deleteView(DraftingView currentView)
Lets you delete the view
License requirements: None. |
void |
DraftingViewCollection.deleteViewsInOriginalPart(DraftingView[] views)
Deletes views in original part
License requirements: drafting ("DRAFTING") . |
void |
EditViewSettingsBuilder.inheritSettingsFromSelectedObjects(DraftingView selectedObject)
Inherit Settings From Selected Objects
License requirements: drafting ("DRAFTING") . |
void |
DraftingViewCollection.moveViewsToDrawing(DraftingView[] views,
DrawingSheet drawing)
Move views to drawing
License requirements: drafting ("DRAFTING") . |
DraftingView[] |
DraftingViewCollection.pasteViews(DrawingSheet drawing,
DraftingView[] views,
DraftingViewCollection.ViewCopyDetailOption detailOption,
DraftingViewCollection.ViewCopyAnnotOption annotOption)
Paste views
License requirements: drafting ("DRAFTING") . |
boolean |
SelectDraftingViewList.remove(DraftingView object)
Remove specified object from list.
|
boolean |
SelectDraftingViewList.remove(DraftingView object,
View view)
Remove specified object from list.
|
boolean |
SelectDraftingViewList.remove(InferSnapType.SnapType snapType,
DraftingView selection1,
View view1,
Point3d point1,
DraftingView selection2,
View view2,
Point3d point2)
Remove specified object from list.
|
boolean |
SelectDraftingViewList.removeArray(DraftingView[] objects)
Remove specified objects from list.
|
void |
DraftingViewCollection.restoreViewBreaks(DraftingView view)
Restore all view breaks of the view suppressed by
Drawings.DraftingViewCollection#suppressViewBreaks
License requirements: drafting ("DRAFTING") Created in NX8.0.0 |
void |
SelectDraftingViewList.setArray(DraftingView[] objects)
Sets the list of objects in the selection list.
|
void |
ViewAlignmentBuilder.setCandidateView(DraftingView candidateView)
License requirements: drafting ("DRAFTING") . |
void |
SelectDraftingView.setValue(DraftingView selection)
Sets the object being selected
License requirements: None. |
void |
SelectDraftingView.setValue(DraftingView selection,
View view,
Point3d point)
The object being selected with the object's view and object's point
License requirements: None. |
boolean |
SelectDraftingViewList.setValueWithCaeSetObjectInfo(DraftingView selection,
CaeObjectType.CaeSubType caeSubType,
int caeSubId)
Deprecated.
Deprecated in NX10.0.0. Use other versions of
SelectObjectList.add(nxopen.TaggedObject) .
|
void |
SelectDraftingView.setValueWithCaeSetObjectInfo(DraftingView selection,
CaeObjectType.CaeSubType caeSubType,
int caeSubId)
Deprecated.
Deprecated in NX10.0.0. Use other versions of
SelectObject.setValue(nxopen.TaggedObject) .
|
boolean |
SelectDraftingViewList.setValueWithSnap(InferSnapType.SnapType snapType,
DraftingView selection1,
View view1,
Point3d point1,
DraftingView selection2,
View view2,
Point3d point2)
The object being selected with the objects view and objects point and snap information.
|
void |
SelectDraftingView.setValueWithSnap(InferSnapType.SnapType snapType,
DraftingView selection1,
View view1,
Point3d point1,
DraftingView selection2,
View view2,
Point3d point2)
The object being selected with the objects view and objects point and snap information.
|
void |
DraftingViewCollection.suppressViewBreaks(DraftingView view)
Suppress all view breaks of the view.
|
void |
DraftingViewCollection.updateViewBreaks(DraftingView view)
Log all view breaks of the view for update
License requirements: drafting ("DRAFTING") . |
void |
DraftingViewCollection.updateViews(DraftingView[] views)
Updates the drafting views.
|
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.