Struct FaceRecognitionBuilder.Relation
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public struct Relation
Constructors
Relation(NXObject, ModlConstraint.RelationType)
Declaration
public Relation(NXObject RelationTag, ModlConstraint.RelationType RelationType)
Parameters
Type | Name | Description |
---|---|---|
NXObject | RelationTag | |
ModlConstraint.RelationType | RelationType |
Fields
RelationTag
Declaration
public NXObject RelationTag
Field Value
Type | Description |
---|---|
NXObject |
RelationType
Declaration
public ModlConstraint.RelationType RelationType
Field Value
Type | Description |
---|---|
ModlConstraint.RelationType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()