Search Results for

    Show / Hide Table of Contents

    Class FaceCurvatureAnalysisBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FaceCurvatureAnalysisBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.GeometricAnalysis
    Assembly: NXOpen.dll
    Syntax
    public class FaceCurvatureAnalysisBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FaceCurvatureAnalysisBuilder()

    Declaration
    protected FaceCurvatureAnalysisBuilder()

    Properties

    ContourRefinement

    Declaration
    public int ContourRefinement { get; set; }
    Property Value
    Type Description
    System.Int32

    ContourShift

    Declaration
    public double ContourShift { get; set; }
    Property Value
    Type Description
    System.Double

    CurvatureSectionPlane

    Declaration
    public Plane CurvatureSectionPlane { get; set; }
    Property Value
    Type Description
    Plane

    CurvatureType

    Declaration
    public FaceCurvatureAnalysisBuilder.CurvatureTypes CurvatureType { get; set; }
    Property Value
    Type Description
    FaceCurvatureAnalysisBuilder.CurvatureTypes

    DisplayType

    Declaration
    public FaceCurvatureAnalysisBuilder.DisplayTypes DisplayType { get; set; }
    Property Value
    Type Description
    FaceCurvatureAnalysisBuilder.DisplayTypes

    MapCenter

    Declaration
    public double MapCenter { get; set; }
    Property Value
    Type Description
    System.Double

    MapRange

    Declaration
    public double MapRange { get; set; }
    Property Value
    Type Description
    System.Double

    NormalOption

    Declaration
    public FaceCurvatureAnalysisBuilder.DirectionTypes NormalOption { get; set; }
    Property Value
    Type Description
    FaceCurvatureAnalysisBuilder.DirectionTypes

    NormalOrientation

    Declaration
    public Matrix3x3 NormalOrientation { get; set; }
    Property Value
    Type Description
    Matrix3x3

    NormalOrigin

    Declaration
    public Point3d NormalOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    NormalVector

    Declaration
    public Direction NormalVector { get; set; }
    Property Value
    Type Description
    Direction

    NumberOfContours

    Declaration
    public int NumberOfContours { get; set; }
    Property Value
    Type Description
    System.Int32

    Resolution

    Declaration
    public DisplayResolutionBuilder Resolution { get; }
    Property Value
    Type Description
    DisplayResolutionBuilder

    ReverseIndividual

    Declaration
    public SelectDisplayableObject ReverseIndividual { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    ScaleType

    Declaration
    public FaceCurvatureAnalysisBuilder.ScaleTypes ScaleType { get; set; }
    Property Value
    Type Description
    FaceCurvatureAnalysisBuilder.ScaleTypes

    SectionOption

    Declaration
    public FaceCurvatureAnalysisBuilder.DirectionTypes SectionOption { get; set; }
    Property Value
    Type Description
    FaceCurvatureAnalysisBuilder.DirectionTypes

    SectionOrientation

    Declaration
    public Matrix3x3 SectionOrientation { get; set; }
    Property Value
    Type Description
    Matrix3x3

    SectionOrigin

    Declaration
    public Point3d SectionOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    SelectObject

    Declaration
    public SelectDisplayableObjectList SelectObject { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    ShowZeroContour

    Declaration
    public bool ShowZeroContour { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    DeselectFaces(DisplayableObject[])

    Declaration
    public void DeselectFaces(DisplayableObject[] faces)
    Parameters
    Type Name Description
    DisplayableObject[] faces

    ReverseAllNormals()

    Declaration
    public void ReverseAllNormals()

    ReverseIndividualNormal(DisplayableObject)

    Declaration
    public void ReverseIndividualNormal(DisplayableObject face)
    Parameters
    Type Name Description
    DisplayableObject face

    UpdateReverseMap()

    Declaration
    public void UpdateReverseMap()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX