Search Results for

    Show / Hide Table of Contents

    Class SlopeAnalysisBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SlopeAnalysisBuilder
    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 SlopeAnalysisBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SlopeAnalysisBuilder()

    Declaration
    protected SlopeAnalysisBuilder()

    Properties

    DataRange

    Declaration
    public FaceAnalysisDataRangeBuilder DataRange { get; }
    Property Value
    Type Description
    FaceAnalysisDataRangeBuilder

    DisplayMode

    Declaration
    public SlopeAnalysisBuilder.DisplayModes DisplayMode { get; set; }
    Property Value
    Type Description
    SlopeAnalysisBuilder.DisplayModes

    DisplaySettings

    Declaration
    public FaceAnalysisDisplayBuilder DisplaySettings { get; }
    Property Value
    Type Description
    FaceAnalysisDisplayBuilder

    Faces

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

    Normals

    Declaration
    public FaceAnalysisNormalsBuilder Normals { get; }
    Property Value
    Type Description
    FaceAnalysisNormalsBuilder

    NumberOfContourLines

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

    PmiPoint

    Declaration
    public SelectNXObjectList PmiPoint { get; }
    Property Value
    Type Description
    SelectNXObjectList

    SpikeLength

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

    Vector

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

    Methods

    CreatePMILabel(Point3d, DisplayableObject)

    Declaration
    public void CreatePMILabel(Point3d location, DisplayableObject face)
    Parameters
    Type Name Description
    Point3d location
    DisplayableObject face

    StartSlopeAnalysis()

    Declaration
    public void StartSlopeAnalysis()

    Implements

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