Struct UFMotion.Marker
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct Marker
Fields
attachment_tag
Declaration
public Tag attachment_tag
Field Value
Type | Description |
---|---|
Tag |
location
Declaration
public double[] location
Field Value
Type | Description |
---|---|
System.Double[] |
marker_type
Declaration
public UFMotion.MarkerType marker_type
Field Value
Type | Description |
---|---|
UFMotion.MarkerType |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
orientation_tag
Declaration
public Tag orientation_tag
Field Value
Type | Description |
---|---|
Tag |
origin_tag
Declaration
public Tag origin_tag
Field Value
Type | Description |
---|---|
Tag |