Search Results for

    Show / Hide Table of Contents

    Struct Explosion.BlockingOptions

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Assemblies
    Assembly: NXOpen.dll
    Syntax
    public struct Explosion.BlockingOptions

    Constructors

    BlockingOptions(bool, bool)

    Declaration
    public BlockingOptions(bool SearchAdditionalDirections, bool CheckSmallInterferences)
    Parameters
    Type Name Description
    bool SearchAdditionalDirections
    bool CheckSmallInterferences

    Fields

    CheckSmallInterferences

    Declaration
    public bool CheckSmallInterferences
    Field Value
    Type Description
    bool

    SearchAdditionalDirections

    Declaration
    public bool SearchAdditionalDirections
    Field Value
    Type Description
    bool

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX