Class AxisCollection
Inheritance
System.Object
System.MarshalByRefObject
AxisCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class AxisCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
AxisCollection()
Declaration
protected AxisCollection()
AxisCollection(BasePart)
Declaration
protected AxisCollection(BasePart owner)
Parameters
| Type | Name | Description |
|---|---|---|
| BasePart | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
Methods
CreateAxis(Axis, Xform, SmartObject.UpdateOption)
Declaration
public Axis CreateAxis(Axis axis, Xform xform, SmartObject.UpdateOption update)
Parameters
| Type | Name | Description |
|---|---|---|
| Axis | axis | |
| Xform | xform | |
| SmartObject.UpdateOption | update |
Returns
| Type | Description |
|---|---|
| Axis |
CreateAxis(Point, Direction, SmartObject.UpdateOption)
Declaration
public Axis CreateAxis(Point point, Direction direction, SmartObject.UpdateOption update)
Parameters
| Type | Name | Description |
|---|---|---|
| Point | point | |
| Direction | direction | |
| SmartObject.UpdateOption | update |
Returns
| Type | Description |
|---|---|
| Axis |
CreateAxis(Point3d, Vector3d, SmartObject.UpdateOption)
Declaration
public Axis CreateAxis(Point3d point, Vector3d direction, SmartObject.UpdateOption update)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3d | point | |
| Vector3d | direction | |
| SmartObject.UpdateOption | update |
Returns
| Type | Description |
|---|---|
| Axis |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
| Type | Name | Description |
|---|---|---|
| Tag | currentTag | |
| System.Byte[] | state |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
ToArray()
Declaration
public Axis[] ToArray()
Returns
| Type | Description |
|---|---|
| Axis[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable