Class LumpedMass
Assembly: NXOpen.dll
Syntax
public class LumpedMass : IConnection, IMessageSink, IFitTo, ICsys, IMassConnectivity, IMassInertia, IMassTarget, IMassPhysicalParams, IMassType, INXObject
Constructors
LumpedMass()
Declaration
Properties
Center
Declaration
public TaggedObject Center { get; set; }
Property Value
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
CsysType
Declaration
public CsysType CsysType { get; set; }
Property Value
ExpansionRadiusFactorTolerance
Declaration
public Expression ExpansionRadiusFactorTolerance { get; }
Property Value
ExpansionRadiusTolerance
Declaration
public Expression ExpansionRadiusTolerance { get; }
Property Value
InertiaXX
Declaration
public Expression InertiaXX { get; }
Property Value
InertiaYX
Declaration
public Expression InertiaYX { get; }
Property Value
InertiaYY
Declaration
public Expression InertiaYY { get; }
Property Value
InertiaZX
Declaration
public Expression InertiaZX { get; }
Property Value
InertiaZY
Declaration
public Expression InertiaZY { get; }
Property Value
InertiaZZ
Declaration
public Expression InertiaZZ { get; }
Property Value
LocalSpiderCenterType
Declaration
public LocalSpiderCenterType LocalSpiderCenterType { get; set; }
Property Value
Mass
Declaration
public Expression Mass { get; }
Property Value
MassCenterType
Declaration
public MassCenterType MassCenterType { get; set; }
Property Value
MassConnectivityType
Declaration
public MassConnectivityType MassConnectivityType { get; set; }
Property Value
MassDistributionType
Declaration
public MassDistributionType MassDistributionType { get; set; }
Property Value
MassType
Declaration
[Obsolete("Deprecated in NX1980.0.0. Use NXOpen.CAE.Connections.IMassType.MassTypeValue instead.")]
public MassType MassType { get; set; }
Property Value
MassTypeValue
Declaration
public MassType MassTypeValue { get; set; }
Property Value
MaxDistanceTolerance
Declaration
public Expression MaxDistanceTolerance { get; }
Property Value
PanelSearchDistance
Declaration
public Expression PanelSearchDistance { get; }
Property Value
PanelSearchType
Declaration
public PanelSearchType PanelSearchType { get; set; }
Property Value
RingSearchType
Declaration
public RingSearchType RingSearchType { get; set; }
Property Value
UseCenterOfSlaveNodes
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use IMassTarget.MassCenterType instead.")]
public bool UseCenterOfSlaveNodes { get; set; }
Property Value
Methods
AddPanels(TaggedObject[])
Declaration
public void AddPanels(TaggedObject[] entities)
Parameters
AddSupportEntities(TaggedObject[])
Declaration
public void AddSupportEntities(TaggedObject[] entities)
Parameters
GetPanels()
Declaration
public TaggedObject[] GetPanels()
Returns
GetSupportEntities()
Declaration
public TaggedObject[] GetSupportEntities()
Returns
GetSupportedCsysTypes()
Declaration
public CsysType[] GetSupportedCsysTypes()
Returns
RemovePanels(TaggedObject[])
Declaration
public void RemovePanels(TaggedObject[] entities)
Parameters
RemoveSupportEntities(TaggedObject[])
Declaration
public void RemoveSupportEntities(TaggedObject[] entities)
Parameters
SetSupportEntities(TaggedObject[])
Declaration
public void SetSupportEntities(TaggedObject[] entities)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink