Search Results for

    Show / Hide Table of Contents

    Struct Sketch.ConstraintGeometryHelp

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

    Constructors

    ConstraintGeometryHelp(Sketch.ConstraintGeometryHelpType, Point3d, Double)

    Declaration
    public ConstraintGeometryHelp(Sketch.ConstraintGeometryHelpType Type, Point3d Point, double Parameter)
    Parameters
    Type Name Description
    Sketch.ConstraintGeometryHelpType Type
    Point3d Point
    System.Double Parameter

    Fields

    Parameter

    Declaration
    public double Parameter
    Field Value
    Type Description
    System.Double

    Point

    Declaration
    public Point3d Point
    Field Value
    Type Description
    Point3d

    Type

    Declaration
    public Sketch.ConstraintGeometryHelpType Type
    Field Value
    Type Description
    Sketch.ConstraintGeometryHelpType

    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