Class MassAssignmentBuilder
Inheritance
System.Object
System.MarshalByRefObject
MassAssignmentBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class MassAssignmentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MassAssignmentBuilder()
Declaration
protected MassAssignmentBuilder()
Properties
Area
Declaration
public Expression Area { get; }
Property Value
AreaStatus
Declaration
public bool AreaStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AssignmentStatus
Declaration
public bool AssignmentStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Density
Declaration
public Expression Density { get; }
Property Value
DensityStatus
Declaration
public bool DensityStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DeriveOption
Declaration
public int DeriveOption { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GravityCenterStatus
Declaration
public bool GravityCenterStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GravityCenterX
Declaration
public Expression GravityCenterX { get; }
Property Value
GravityCenterY
Declaration
public Expression GravityCenterY { get; }
Property Value
GravityCenterZ
Declaration
public Expression GravityCenterZ { get; }
Property Value
InertiaStatus
Declaration
public bool InertiaStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Mass
Declaration
public Expression Mass { get; }
Property Value
MassStatus
Declaration
public bool MassStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassType
Declaration
public MassAssignmentBuilder.MassTypes MassType { get; set; }
Property Value
MomentsInertiaXX
Declaration
public Expression MomentsInertiaXX { get; }
Property Value
MomentsInertiaYY
Declaration
public Expression MomentsInertiaYY { get; }
Property Value
MomentsInertiaZZ
Declaration
public Expression MomentsInertiaZZ { get; }
Property Value
Objects
Declaration
public SelectNXObjectList Objects { get; }
Property Value
ProductsInertiaXY
Declaration
public Expression ProductsInertiaXY { get; }
Property Value
ProductsInertiaXZ
Declaration
public Expression ProductsInertiaXZ { get; }
Property Value
ProductsInertiaYZ
Declaration
public Expression ProductsInertiaYZ { get; }
Property Value
ValueType
Declaration
public MassAssignmentBuilder.ValueTypes ValueType { get; set; }
Property Value
Volume
Declaration
public Expression Volume { get; }
Property Value
VolumeStatus
Declaration
public bool VolumeStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetAssignmentValues()
Declaration
public void GetAssignmentValues()
Implements
System.Runtime.Remoting.Messaging.IMessageSink