Search Results for

    Show / Hide Table of Contents

    Interface IPlane

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public interface IPlane : IBasePlane, INXObject

    Properties

    Expression

    Declaration
    Expression Expression { get; }
    Property Value
    Type Description
    Expression

    Flip

    Declaration
    bool Flip { get; }
    Property Value
    Type Description
    System.Boolean

    FrenetSubtype

    Declaration
    PlaneTypes.FrenetSubtype FrenetSubtype { get; }
    Property Value
    Type Description
    PlaneTypes.FrenetSubtype

    Matrix

    Declaration
    Matrix3x3 Matrix { get; set; }
    Property Value
    Type Description
    Matrix3x3

    Method

    Declaration
    PlaneTypes.MethodType Method { get; }
    Property Value
    Type Description
    PlaneTypes.MethodType

    Normal

    Declaration
    Vector3d Normal { get; set; }
    Property Value
    Type Description
    Vector3d

    OffsetExpression

    Declaration
    Expression OffsetExpression { get; set; }
    Property Value
    Type Description
    Expression

    OffsetFlip

    Declaration
    bool OffsetFlip { get; }
    Property Value
    Type Description
    System.Boolean

    Origin

    Declaration
    Point3d Origin { get; set; }
    Property Value
    Type Description
    Point3d

    Percent

    Declaration
    bool Percent { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Evaluate()

    Declaration
    void Evaluate()

    GetAlternate()

    Declaration
    PlaneTypes.AlternateType GetAlternate()
    Returns
    Type Description
    PlaneTypes.AlternateType

    GetGeometry()

    Declaration
    NXObject[] GetGeometry()
    Returns
    Type Description
    NXObject[]

    GetNumberOfAlternate()

    Declaration
    int GetNumberOfAlternate()
    Returns
    Type Description
    System.Int32

    GetReverseSection()

    Declaration
    bool GetReverseSection()
    Returns
    Type Description
    System.Boolean

    GetReverseSide()

    Declaration
    bool GetReverseSide()
    Returns
    Type Description
    System.Boolean

    RemoveOffsetData()

    Declaration
    void RemoveOffsetData()

    ReplaceExpression(Expression)

    Declaration
    void ReplaceExpression(Expression expTag)
    Parameters
    Type Name Description
    Expression expTag

    ResetExpressionValue()

    Declaration
    void ResetExpressionValue()

    SetAlternate(PlaneTypes.AlternateType)

    Declaration
    void SetAlternate(PlaneTypes.AlternateType type)
    Parameters
    Type Name Description
    PlaneTypes.AlternateType type

    SetExpression(String)

    Declaration
    void SetExpression(string valueExpression)
    Parameters
    Type Name Description
    System.String valueExpression

    SetFlip(Boolean)

    Declaration
    void SetFlip(bool flip)
    Parameters
    Type Name Description
    System.Boolean flip

    SetFrenetSubtype(PlaneTypes.FrenetSubtype)

    Declaration
    void SetFrenetSubtype(PlaneTypes.FrenetSubtype subtype)
    Parameters
    Type Name Description
    PlaneTypes.FrenetSubtype subtype

    SetGeometry(NXObject[])

    Declaration
    void SetGeometry(NXObject[] geom)
    Parameters
    Type Name Description
    NXObject[] geom

    SetMethod(PlaneTypes.MethodType)

    Declaration
    void SetMethod(PlaneTypes.MethodType type)
    Parameters
    Type Name Description
    PlaneTypes.MethodType type

    SetOffsetExpression(String)

    Declaration
    void SetOffsetExpression(string valueExpression)
    Parameters
    Type Name Description
    System.String valueExpression

    SetOffsetFlip(Boolean)

    Declaration
    void SetOffsetFlip(bool flip)
    Parameters
    Type Name Description
    System.Boolean flip

    SetPercent(Boolean)

    Declaration
    void SetPercent(bool percent)
    Parameters
    Type Name Description
    System.Boolean percent

    SetReverseSection(Boolean)

    Declaration
    void SetReverseSection(bool reverseSection)
    Parameters
    Type Name Description
    System.Boolean reverseSection

    SetReverseSide(Boolean)

    Declaration
    void SetReverseSide(bool reverseSide)
    Parameters
    Type Name Description
    System.Boolean reverseSide

    SetUpdateOption(SmartObject.UpdateOption)

    Declaration
    void SetUpdateOption(SmartObject.UpdateOption update)
    Parameters
    Type Name Description
    SmartObject.UpdateOption update
    In This Article
    Back to top Generated by DocFX