Class SimGroupContainer
Inheritance
SimGroupContainer
Assembly: NXOpen.dll
Syntax
public class SimGroupContainer : NXObject, IMessageSink, INXObject
Constructors
SimGroupContainer()
Declaration
protected SimGroupContainer()
Properties
IsConstraintGroupAllowed
Declaration
public bool IsConstraintGroupAllowed { get; }
Property Value
IsLoadGroupAllowed
Declaration
public bool IsLoadGroupAllowed { get; }
Property Value
IsSimulationObjectGroupAllowed
Declaration
public bool IsSimulationObjectGroupAllowed { get; }
Property Value
Methods
CreateConstraintGroup()
Declaration
public SimConstraintGroup CreateConstraintGroup()
Returns
CreateLoadGroup()
Declaration
public SimLoadGroup CreateLoadGroup()
Returns
CreateSimulationObjectGroup()
Declaration
public SimSimulationObjectGroup CreateSimulationObjectGroup()
Returns
DeleteGroup(SimBcGroup)
Declaration
public void DeleteGroup(SimBcGroup lbGroup)
Parameters
GetGroupCount()
Declaration
public int GetGroupCount()
Returns
GetGroups()
Declaration
public SimBcGroup[] GetGroups()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink