Search Results for

    Show / Hide Table of Contents

    Struct QueryCurvePost.Entity

    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct Entity

    Constructors

    Entity(QueryCurvePost.EntityType, Int32, Point3d)

    Declaration
    public Entity(QueryCurvePost.EntityType Type, int Label, Point3d Point)
    Parameters
    Type Name Description
    QueryCurvePost.EntityType Type
    System.Int32 Label
    Point3d Point

    Fields

    Label

    Declaration
    public int Label
    Field Value
    Type Description
    System.Int32

    Point

    Declaration
    public Point3d Point
    Field Value
    Type Description
    Point3d

    Type

    Declaration
    public QueryCurvePost.EntityType Type
    Field Value
    Type Description
    QueryCurvePost.EntityType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX