Class AlignBodyBuilder
Inheritance
AlignBodyBuilder
Assembly: NXOpen.dll
Syntax
public class AlignBodyBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
AlignBodyBuilder()
Declaration
protected AlignBodyBuilder()
Properties
AttachBody
Declaration
public SelectRigidBody AttachBody { get; }
Property Value
AttachPoint
Declaration
public Point AttachPoint { get; set; }
Property Value
Category
Declaration
public int Category { get; set; }
Property Value
EnableBond
Declaration
public bool EnableBond { get; set; }
Property Value
JunctionName
Declaration
public string JunctionName { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Orientation
Declaration
public CoordinateSystem Orientation { get; set; }
Property Value
Proximity
Declaration
public Expression Proximity { get; }
Property Value
SnapRole
Declaration
public AlignBodyBuilder.RoleType SnapRole { get; set; }
Property Value
Methods
SetAttachbody(NXObject)
Declaration
public void SetAttachbody(NXObject rigid)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink