NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.Drafting.MoveToDrawingViewBuilder Class Reference

This builder allows the user to extract contents from a sheet and transfer them to a new Drawing view, also provide some other options for view creation More...

Inheritance diagram for NXOpen.Drafting.MoveToDrawingViewBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe
NXOpen.SelectTaggedObjectList 
SelectObjects [get]
 Returns the select objects from the current sheet More...
 
unsafe NXOpen.Point SelectPoint [get, set]
 Returns or sets the select point to calculate the new created drawing view's reference point More...
 
unsafe
NXOpen.Drawings.View2dOrientBuilder 
TwoDOrientation [get]
 Returns the view orientation More...
 
unsafe
NXOpen.Drawings.ViewScaleBuilder 
ViewScale [get]
 Returns the view scale More...
 
unsafe
NXOpen.Drawings.ViewStyleBuilder 
ViewStyle [get]
 Returns the view style More...
 
unsafe double XCoordinate [get, set]
 Returns or sets the x coordinate to calculate the new created drawing view's reference point More...
 
unsafe double YCoordinate [get, set]
 Returns or sets the y coordinate to calculate the new created drawing view's reference point More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This builder allows the user to extract contents from a sheet and transfer them to a new Drawing view, also provide some other options for view creation

To create a new instance of this class, use NXOpen.Drafting.DraftingApplicationManager.CreateMoveToDrawingViewBuilder

Default values.

Property Value

ViewScale.Denominator

1.0

ViewScale.Numerator

1.0

ViewScale.ScaleType

Ratio

ViewStyle.ViewStyleGeneral.AngleSetting.Angle.Value

0

ViewStyle.ViewStyleGeneral.AngleSetting.Associative

0

ViewStyle.ViewStyleGeneral.AngleSetting.EvaluationPlane

DrawingSheet

ViewStyle.ViewStyleOrientation.HingeLine.ReverseDirection

false

ViewStyle.ViewStyleOrientation.HingeLine.VectorOption

Inferred

ViewStyle.ViewStyleOrientation.Ovt.AssociativeOrientation

0

XCoordinate

0

YCoordinate

0

Created in NX8.5.0

Property Documentation

unsafe NXOpen.SelectTaggedObjectList NXOpen.Drafting.MoveToDrawingViewBuilder.SelectObjects
get

Returns the select objects from the current sheet

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Drafting.MoveToDrawingViewBuilder.SelectPoint
getset

Returns or sets the select point to calculate the new created drawing view's reference point

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_layout ("NX Layout")

unsafe NXOpen.Drawings.View2dOrientBuilder NXOpen.Drafting.MoveToDrawingViewBuilder.TwoDOrientation
get

Returns the view orientation

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Drawings.ViewScaleBuilder NXOpen.Drafting.MoveToDrawingViewBuilder.ViewScale
get

Returns the view scale

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Drawings.ViewStyleBuilder NXOpen.Drafting.MoveToDrawingViewBuilder.ViewStyle
get

Returns the view style

Created in NX8.5.0

License requirements: None.

unsafe double NXOpen.Drafting.MoveToDrawingViewBuilder.XCoordinate
getset

Returns or sets the x coordinate to calculate the new created drawing view's reference point

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_layout ("NX Layout")

unsafe double NXOpen.Drafting.MoveToDrawingViewBuilder.YCoordinate
getset

Returns or sets the y coordinate to calculate the new created drawing view's reference point

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_layout ("NX Layout")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.