Class LinkMassProperty
Inheritance
LinkMassProperty
Assembly: NXOpen.dll
Syntax
public class LinkMassProperty : TaggedObject, IMessageSink
Constructors
LinkMassProperty()
Declaration
protected LinkMassProperty()
Properties
AutoInertiaCsys
Declaration
public CoordinateSystem AutoInertiaCsys { get; }
Property Value
AutoIxxExpression
Declaration
public Expression AutoIxxExpression { get; }
Property Value
AutoIxyExpression
Declaration
public Expression AutoIxyExpression { get; }
Property Value
AutoIxzExpression
Declaration
public Expression AutoIxzExpression { get; }
Property Value
AutoIyyExpression
Declaration
public Expression AutoIyyExpression { get; }
Property Value
AutoIyzExpression
Declaration
public Expression AutoIyzExpression { get; }
Property Value
AutoIzzExpression
Declaration
public Expression AutoIzzExpression { get; }
Property Value
AutoMassCenter
Declaration
public Point AutoMassCenter { get; }
Property Value
AutoMassExpression
Declaration
public Expression AutoMassExpression { get; }
Property Value
InertiaCsys
Declaration
public CoordinateSystem InertiaCsys { get; set; }
Property Value
InertiaCsysOvrCtrl
Declaration
public ParamOverrideState InertiaCsysOvrCtrl { get; set; }
Property Value
IxxExpression
Declaration
public Expression IxxExpression { get; }
Property Value
IxxExpressionOvrCtrl
Declaration
public ParamOverrideState IxxExpressionOvrCtrl { get; set; }
Property Value
IxyExpression
Declaration
public Expression IxyExpression { get; }
Property Value
IxyExpressionOvrCtrl
Declaration
public ParamOverrideState IxyExpressionOvrCtrl { get; set; }
Property Value
IxzExpression
Declaration
public Expression IxzExpression { get; }
Property Value
IxzExpressionOvrCtrl
Declaration
public ParamOverrideState IxzExpressionOvrCtrl { get; set; }
Property Value
IyyExpression
Declaration
public Expression IyyExpression { get; }
Property Value
IyyExpressionOvrCtrl
Declaration
public ParamOverrideState IyyExpressionOvrCtrl { get; set; }
Property Value
IyzExpression
Declaration
public Expression IyzExpression { get; }
Property Value
IyzExpressionOvrCtrl
Declaration
public ParamOverrideState IyzExpressionOvrCtrl { get; set; }
Property Value
IzzExpression
Declaration
public Expression IzzExpression { get; }
Property Value
IzzExpressionOvrCtrl
Declaration
public ParamOverrideState IzzExpressionOvrCtrl { get; set; }
Property Value
MassCenter
Declaration
public Point MassCenter { get; set; }
Property Value
MassCenterOvrCtrl
Declaration
public ParamOverrideState MassCenterOvrCtrl { get; set; }
Property Value
MassExpression
Declaration
public Expression MassExpression { get; }
Property Value
MassExpressionOvrCtrl
Declaration
public ParamOverrideState MassExpressionOvrCtrl { get; set; }
Property Value
MassType
Declaration
public LinkMassProperty.MassPropertyType MassType { get; set; }
Property Value
MassTypeOvrCtrl
Declaration
public ParamOverrideState MassTypeOvrCtrl { get; set; }
Property Value
Methods
CopyGeometryMassToAutoMassProperty()
Declaration
public void CopyGeometryMassToAutoMassProperty()
CopyGeometryMassToUserDefinedMassProperty()
Declaration
public void CopyGeometryMassToUserDefinedMassProperty()
Implements
System.Runtime.Remoting.Messaging.IMessageSink