Search Results for

    Show / Hide Table of Contents

    Struct FilletBuilder.PlacementData

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Features.DrawShapes
    Assembly: NXOpen.dll
    Syntax
    public struct FilletBuilder.PlacementData

    Constructors

    PlacementData(Point3d, Matrix3x3)

    Declaration
    public PlacementData(Point3d Position, Matrix3x3 ViewMatrix)
    Parameters
    Type Name Description
    Point3d Position
    Matrix3x3 ViewMatrix

    Fields

    Position

    Declaration
    public Point3d Position
    Field Value
    Type Description
    Point3d

    ViewMatrix

    Declaration
    public Matrix3x3 ViewMatrix
    Field Value
    Type Description
    Matrix3x3

    Methods

    ToString()

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