Class BestFitAlignBuilder
Inheritance
BestFitAlignBuilder
Assembly: NXOpen.dll
Syntax
public class BestFitAlignBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BestFitAlignBuilder()
Declaration
protected BestFitAlignBuilder()
Properties
DestinationObjects
Declaration
public SelectNXObjectList DestinationObjects { get; }
Property Value
Direction
Declaration
public Direction Direction { get; set; }
Property Value
FitConstraints
Declaration
public BestFitAlignBuilder.ConstraintOptions FitConstraints { get; set; }
Property Value
GlobalSearch
Declaration
public bool GlobalSearch { get; set; }
Property Value
MobileObjects
Declaration
public SelectNXObjectList MobileObjects { get; }
Property Value
RotateCenter
Declaration
public Point RotateCenter { get; set; }
Property Value
SourceObjects
Declaration
public SelectNXObjectList SourceObjects { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink