NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Drawings.View2dOrientBuilder Class Reference

Represents the View 2D Orientation (Drawings. More...

Inheritance diagram for NXOpen.Drawings.View2dOrientBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CustomMethod { Angles, Vector }
 The custom orientation method More...
 
enum  Type {
  None, Top, Front, Right,
  Back, Bottom, Left, Iso,
  Tri, Custom
}
 The view orientation type More...
 

Public Member Functions

unsafe double GetCustomNormalX ()
 Returns the X component of the custom view-normal vector More...
 
unsafe double GetCustomNormalY ()
 Returns the Y component of the custom view-normal vector More...
 
unsafe double GetCustomNormalZ ()
 Returns the Z component of the custom view-normal vector More...
 
unsafe double GetCustomPrimaryX ()
 Returns the X component of the custom view-primary vector More...
 
unsafe double GetCustomPrimaryY ()
 Returns the Y component of the custom view-primary vector More...
 
unsafe double GetCustomPrimaryZ ()
 Returns the Z component of the custom view-primary vector More...
 
unsafe bool GetInferredPrimary ()
 Returns the option to infer the direction view X vector in 3D space More...
 
unsafe void SetCustomNormalX (double component)
 Sets the X component of the custom view-normal vector More...
 
unsafe void SetCustomNormalY (double component)
 Sets the Y component of the custom view-normal vector More...
 
unsafe void SetCustomNormalZ (double component)
 Sets the Z component of the custom view-normal vector More...
 
unsafe void SetCustomPrimaryX (double component)
 Sets the X component of the custom view-primary vector More...
 
unsafe void SetCustomPrimaryY (double component)
 Sets the Y component of the custom view-primary vector More...
 
unsafe void SetCustomPrimaryZ (double component)
 Sets the Z component of the custom view-primary vector More...
 
unsafe void SetInferredPrimary (bool inferred)
 Sets the option to infer the direction view X vector in 3D space More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Drawings.View2dOrientBuilder.CustomMethod 
CustomOrientationMethod [get, set]
 Returns or sets the custom orientation method More...
 
unsafe double CustomXAngle [get, set]
 Returns or sets the orientation angle around the X axis More...
 
unsafe double CustomYAngle [get, set]
 Returns or sets the orientation angle around the Y axis More...
 
unsafe double CustomZAngle [get, set]
 Returns or sets the orientation angle around the Z axis More...
 
unsafe
NXOpen.Drawings.View2dOrientBuilder.Type 
OrientationType [get, set]
 Returns or sets the orientation type More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the View 2D Orientation (Drawings.

View2dOrientBuilder)

Created in NX6.0.0

Member Enumeration Documentation

The custom orientation method

Enumerator
Angles 

axis rotations

Vector 

cartesian vector

The view orientation type

Enumerator
None 

not oriented

Top 

top view

Front 

front view

Right 

right view

Back 

back view

Bottom 

bottom view

Left 

left view

Iso 

isometric view

Tri 

trimetric view

Custom 

custom method used

Member Function Documentation

unsafe double NXOpen.Drawings.View2dOrientBuilder.GetCustomNormalX ( )
inline

Returns the X component of the custom view-normal vector

Created in NX6.0.0

License requirements: None.

Returns
returns the X component of view normal in global CS
unsafe double NXOpen.Drawings.View2dOrientBuilder.GetCustomNormalY ( )
inline

Returns the Y component of the custom view-normal vector

Created in NX6.0.0

License requirements: None.

Returns
returns the Y component of view normal in global CS
unsafe double NXOpen.Drawings.View2dOrientBuilder.GetCustomNormalZ ( )
inline

Returns the Z component of the custom view-normal vector

Created in NX6.0.0

License requirements: None.

Returns
returns the Z component of view normal in global CS
unsafe double NXOpen.Drawings.View2dOrientBuilder.GetCustomPrimaryX ( )
inline

Returns the X component of the custom view-primary vector

Created in NX6.0.0

License requirements: None.

Returns
returns the X component of view primary vector in global CS
unsafe double NXOpen.Drawings.View2dOrientBuilder.GetCustomPrimaryY ( )
inline

Returns the Y component of the custom view-primary vector

Created in NX6.0.0

License requirements: None.

Returns
returns the Y component of view primary vector in global CS
unsafe double NXOpen.Drawings.View2dOrientBuilder.GetCustomPrimaryZ ( )
inline

Returns the Z component of the custom view-primary vector

Created in NX6.0.0

License requirements: None.

Returns
returns the Z component of view primary vector in global CS
unsafe bool NXOpen.Drawings.View2dOrientBuilder.GetInferredPrimary ( )
inline

Returns the option to infer the direction view X vector in 3D space

Created in NX6.0.0

License requirements: None.

Returns
returns the inferred option
unsafe void NXOpen.Drawings.View2dOrientBuilder.SetCustomNormalX ( double  component)
inline

Sets the X component of the custom view-normal vector

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
componentsets the the X component of view normal in global CS
unsafe void NXOpen.Drawings.View2dOrientBuilder.SetCustomNormalY ( double  component)
inline

Sets the Y component of the custom view-normal vector

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
componentsets the the Y component of view normal in global CS
unsafe void NXOpen.Drawings.View2dOrientBuilder.SetCustomNormalZ ( double  component)
inline

Sets the Z component of the custom view-normal vector

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
componentsets the the Z component of view normal in global CS
unsafe void NXOpen.Drawings.View2dOrientBuilder.SetCustomPrimaryX ( double  component)
inline

Sets the X component of the custom view-primary vector

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
componentsets the the X component of view primary vector in global CS
unsafe void NXOpen.Drawings.View2dOrientBuilder.SetCustomPrimaryY ( double  component)
inline

Sets the Y component of the custom view-primary vector

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
componentsets the the Y component of view primary vector in global CS
unsafe void NXOpen.Drawings.View2dOrientBuilder.SetCustomPrimaryZ ( double  component)
inline

Sets the Z component of the custom view-primary vector

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
componentsets the the Z component of view primary vector in global CS
unsafe void NXOpen.Drawings.View2dOrientBuilder.SetInferredPrimary ( bool  inferred)
inline

Sets the option to infer the direction view X vector in 3D space

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
inferredsets the inferred option
unsafe bool NXOpen.Drawings.View2dOrientBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Drawings.View2dOrientBuilder.CustomMethod NXOpen.Drawings.View2dOrientBuilder.CustomOrientationMethod
getset

Returns or sets the custom orientation method

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Drawings.View2dOrientBuilder.CustomXAngle
getset

Returns or sets the orientation angle around the X axis

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Drawings.View2dOrientBuilder.CustomYAngle
getset

Returns or sets the orientation angle around the Y axis

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Drawings.View2dOrientBuilder.CustomZAngle
getset

Returns or sets the orientation angle around the Z axis

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Drawings.View2dOrientBuilder.Type NXOpen.Drawings.View2dOrientBuilder.OrientationType
getset

Returns or sets the orientation type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")


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