Class BestFitAlignBuilder
Inheritance
System.Object
System.MarshalByRefObject
BestFitAlignBuilder
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.Facet
Assembly: NXOpen.dll
Syntax
public class BestFitAlignBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BestFitAlignBuilder()
Declaration
protected BestFitAlignBuilder()
Properties
DestinationObjects
Declaration
public SelectNXObjectList DestinationObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Direction
Declaration
public Direction Direction { get; set; }
Property Value
Type | Description |
---|---|
Direction |
FitConstraints
Declaration
public BestFitAlignBuilder.ConstraintOptions FitConstraints { get; set; }
Property Value
Type | Description |
---|---|
BestFitAlignBuilder.ConstraintOptions |
GlobalSearch
Declaration
public bool GlobalSearch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MobileObjects
Declaration
public SelectNXObjectList MobileObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
RotateCenter
Declaration
public Point RotateCenter { get; set; }
Property Value
Type | Description |
---|---|
Point |
SourceObjects
Declaration
public SelectNXObjectList SourceObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Implements
System.Runtime.Remoting.Messaging.IMessageSink