Class BondZoneBuilder
Inheritance
BondZoneBuilder
Assembly: NXOpen.dll
Syntax
public class BondZoneBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BondZoneBuilder()
Declaration
protected BondZoneBuilder()
Properties
ActionMode
Declaration
public BondZoneBuilder.ActionModes ActionMode { get; set; }
Property Value
AngularRelativeVelocity
Declaration
public Expression AngularRelativeVelocity { get; }
Property Value
BondBodies
Declaration
public SelectRigidBodyList BondBodies { get; }
Property Value
Category
Declaration
public int Category { get; set; }
Property Value
CheckRelativeVelocity
Declaration
public bool CheckRelativeVelocity { get; set; }
Property Value
LinearRelativeVelocity
Declaration
public Expression LinearRelativeVelocity { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
UpdateMassCenter
Declaration
public bool UpdateMassCenter { get; set; }
Property Value
Zone
Declaration
public ZoneBuilder Zone { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink