Search Results for

    Show / Hide Table of Contents

    Struct Selection.MaskTriple

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    public struct Selection.MaskTriple

    Constructors

    MaskTriple(int, int, int)

    Declaration
    public MaskTriple(int Type, int Subtype, int SolidBodySubtype)
    Parameters
    Type Name Description
    int Type
    int Subtype
    int SolidBodySubtype

    Fields

    SolidBodySubtype

    Declaration
    public int SolidBodySubtype
    Field Value
    Type Description
    int

    Subtype

    Declaration
    public int Subtype
    Field Value
    Type Description
    int

    Type

    Declaration
    public int Type
    Field Value
    Type Description
    int

    Methods

    ToString()

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