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

Represents a collection of NXOpen.Axis . More...

Inheritance diagram for NXOpen.AxisCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe NXOpen.Axis CreateAxis (NXOpen.Point point, NXOpen.Direction direction, NXOpen.SmartObject.UpdateOption update)
 Creates an NXOpen.Axis from a NXOpen.Point and NXOpen.Direction . More...
 
unsafe NXOpen.Axis CreateAxis (NXOpen.Point3d point, NXOpen.Vector3d direction, NXOpen.SmartObject.UpdateOption update)
 Create a non-associative axis More...
 
unsafe NXOpen.Axis CreateAxis (NXOpen.Axis axis, NXOpen.Xform xform, NXOpen.SmartObject.UpdateOption update)
 Creates a NXOpen.Axis using an extract NXOpen.Axis with optional NXOpen.Xform . More...
 
NXOpen.Axis[] ToArray ()
 Returns an array of NXOpen.Axis objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen.Axis .

Iterating this collection only returns live uncondemned objects contained in the owning part of the collection. Note that NXOpen.Axis is a smart object and many smart objects are condemned as they only exist to support other objects and are not displayed.

To obtain an instance of this class, refer to NXOpen.BasePart

Created in NX3.0.1

Member Function Documentation

unsafe NXOpen.Axis NXOpen.AxisCollection.CreateAxis ( NXOpen.Point  point,
NXOpen.Direction  direction,
NXOpen.SmartObject.UpdateOption  update 
)
inline

Creates an NXOpen.Axis from a NXOpen.Point and NXOpen.Direction .

Created in NX3.0.0

License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")

Parameters
pointThe point that defines the axis
directionThe vector that defines the axis
updateSmartObject.UpdateOption.WithinModeling is the only valid option at this time. This can only be used by feature update in modeling.
Returns
the axis
unsafe NXOpen.Axis NXOpen.AxisCollection.CreateAxis ( NXOpen.Point3d  point,
NXOpen.Vector3d  direction,
NXOpen.SmartObject.UpdateOption  update 
)
inline

Create a non-associative axis

Created in NX5.0.0

License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")

Parameters
pointThe point that defines the axis
directionThe vector that defines the axis
updateSmartObject.UpdateOption.WithinModeling is the only valid option at this time. This can only be used by feature update in modeling.
Returns
the axis
unsafe NXOpen.Axis NXOpen.AxisCollection.CreateAxis ( NXOpen.Axis  axis,
NXOpen.Xform  xform,
NXOpen.SmartObject.UpdateOption  update 
)
inline

Creates a NXOpen.Axis using an extract NXOpen.Axis with optional NXOpen.Xform .

Created in NX5.0.0

License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")

Parameters
axis
xformThe Optional NXOpen.Xform
update
Returns
override int NXOpen.AxisCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

NXOpen.Axis [] NXOpen.AxisCollection.ToArray ( )
inline

Returns an array of NXOpen.Axis objects.

Property Documentation

Tag NXOpen.AxisCollection.Tag
get

Returns the tag of this object.


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