Class OrientationMethodBuilder
Inheritance
System.Object
System.MarshalByRefObject
OrientationMethodBuilder
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class OrientationMethodBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
OrientationMethodBuilder()
Declaration
protected OrientationMethodBuilder()
Properties
AngularLaw
Declaration
public LawBuilder AngularLaw { get; }
Property Value
Type | Description |
---|---|
LawBuilder |
Faces
Declaration
public ScCollector Faces { get; }
Property Value
Type | Description |
---|---|
ScCollector |
NormalFaceList
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.GeometricUtilities.OrientationMethodBuilder.Faces")]
public SelectFaceList NormalFaceList { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
OrientationCurve
Declaration
public Section OrientationCurve { get; }
Property Value
Type | Description |
---|---|
Section |
OrientationOption
Declaration
public OrientationMethodBuilder.OrientationOptions OrientationOption { get; set; }
Property Value
Type | Description |
---|---|
OrientationMethodBuilder.OrientationOptions |
OrientationPoint
Declaration
public Point OrientationPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
OrientationVector
Declaration
public Direction OrientationVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink