Class OrientationMethodBuilder
Inheritance
OrientationMethodBuilder
Assembly: NXOpen.dll
Syntax
public class OrientationMethodBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
OrientationMethodBuilder()
Declaration
protected OrientationMethodBuilder()
Properties
AngularLaw
Declaration
public LawBuilder AngularLaw { get; }
Property Value
Faces
Declaration
public ScCollector Faces { get; }
Property Value
NormalFaceList
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.GeometricUtilities.OrientationMethodBuilder.Faces")]
public SelectFaceList NormalFaceList { get; }
Property Value
OrientationCurve
Declaration
public Section OrientationCurve { get; }
Property Value
OrientationOption
Declaration
public OrientationMethodBuilder.OrientationOptions OrientationOption { get; set; }
Property Value
OrientationPoint
Declaration
public Point OrientationPoint { get; set; }
Property Value
OrientationVector
Declaration
public Direction OrientationVector { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink