Class SimGroupContainer
Inheritance
System.Object
System.MarshalByRefObject
SimGroupContainer
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class SimGroupContainer : NXObject, IMessageSink, INXObject
Constructors
SimGroupContainer()
Declaration
protected SimGroupContainer()
Properties
IsConstraintGroupAllowed
Declaration
public bool IsConstraintGroupAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLoadGroupAllowed
Declaration
public bool IsLoadGroupAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSimulationObjectGroupAllowed
Declaration
public bool IsSimulationObjectGroupAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateConstraintGroup()
Declaration
public SimConstraintGroup CreateConstraintGroup()
Returns
Type | Description |
---|---|
SimConstraintGroup |
CreateLoadGroup()
Declaration
public SimLoadGroup CreateLoadGroup()
Returns
Type | Description |
---|---|
SimLoadGroup |
CreateSimulationObjectGroup()
Declaration
public SimSimulationObjectGroup CreateSimulationObjectGroup()
Returns
Type | Description |
---|---|
SimSimulationObjectGroup |
DeleteGroup(SimBcGroup)
Declaration
public void DeleteGroup(SimBcGroup lbGroup)
Parameters
Type | Name | Description |
---|---|---|
SimBcGroup | lbGroup |
GetGroupCount()
Declaration
public int GetGroupCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetGroups()
Declaration
public SimBcGroup[] GetGroups()
Returns
Type | Description |
---|---|
SimBcGroup[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink