Struct Explosion.ExplosionOptions
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Assemblies
Assembly: NXOpen.dll
Syntax
public struct ExplosionOptions
Constructors
ExplosionOptions(Boolean, Boolean, Boolean)
Declaration
public ExplosionOptions(bool ForceInterferingComponentsApart, bool PreferConstraintsForDirection, bool IgnoreConstraints)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | ForceInterferingComponentsApart | |
| System.Boolean | PreferConstraintsForDirection | |
| System.Boolean | IgnoreConstraints |
Fields
ForceInterferingComponentsApart
Declaration
public bool ForceInterferingComponentsApart
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IgnoreConstraints
Declaration
public bool IgnoreConstraints
Field Value
| Type | Description |
|---|---|
| System.Boolean |
PreferConstraintsForDirection
Declaration
public bool PreferConstraintsForDirection
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()