Search Results for

    Show / Hide Table of Contents

    Struct QueryCurvePost.Entity

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct QueryCurvePost.Entity

    Constructors

    Entity(EntityType, int, Point3d)

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

    Fields

    Label

    Declaration
    public int Label
    Field Value
    Type Description
    int

    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
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX