Search Results for

    Show / Hide Table of Contents

    Class ContactAnalysisSectionCurveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DynamicSectionBuilder
    ContactAnalysisSectionCurveBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    DynamicSectionBuilder.GetActivePlane(DynamicSectionTypes.Axis, DynamicSectionTypes.ActivePlane)
    DynamicSectionBuilder.SetActivePlane(DynamicSectionTypes.Axis, DynamicSectionTypes.ActivePlane)
    DynamicSectionBuilder.AlternatePlane()
    DynamicSectionBuilder.CreateDatumPlane()
    DynamicSectionBuilder.EditView(ModelingView)
    DynamicSectionBuilder.ShowCurvePreview(Boolean)
    DynamicSectionBuilder.GetGridSettings()
    DynamicSectionBuilder.GetName()
    DynamicSectionBuilder.SetName(String)
    DynamicSectionBuilder.GetNormal()
    DynamicSectionBuilder.SetNormal(Vector3d)
    DynamicSectionBuilder.GetOffset()
    DynamicSectionBuilder.SetOffset(Double)
    DynamicSectionBuilder.GetOffsetLimits(Double, Double)
    DynamicSectionBuilder.GetOrigin()
    DynamicSectionBuilder.SetOrigin(Point3d)
    DynamicSectionBuilder.OffsetOriginInPlane(Double, Double)
    DynamicSectionBuilder.GetPlaneThickness()
    DynamicSectionBuilder.SetPlaneThickness(Double)
    DynamicSectionBuilder.GetRotationAngle(DynamicSectionTypes.Axis)
    DynamicSectionBuilder.SetRotationAngle(DynamicSectionTypes.Axis, Double)
    DynamicSectionBuilder.GetRotationMatrix()
    DynamicSectionBuilder.SetRotationMatrix(DynamicSectionTypes.Axis, Matrix3x3)
    DynamicSectionBuilder.LoadAllIntersecting(PartLoadStatus)
    DynamicSectionBuilder.LoadNearIntersecting(PartLoadStatus)
    DynamicSectionBuilder.PlaneX()
    DynamicSectionBuilder.PlaneY()
    DynamicSectionBuilder.PlaneZ()
    DynamicSectionBuilder.RestoreView()
    DynamicSectionBuilder.ReverseDirection()
    DynamicSectionBuilder.SaveCurves(String)
    DynamicSectionBuilder.IsDefaultPlane()
    DynamicSectionBuilder.SetDefaultPlane()
    DynamicSectionBuilder.SetDefaults()
    DynamicSectionBuilder.SetOffsetByPoint(Point3d)
    DynamicSectionBuilder.SetPlane(Point3d, Point3d, Matrix3x3)
    DynamicSectionBuilder.SetAssociativePlane(Plane)
    DynamicSectionBuilder.IsAssociativitySupported()
    DynamicSectionBuilder.ShowSectionCurves(Boolean)
    DynamicSectionBuilder.UpdateBoxExtents()
    DynamicSectionBuilder.GetAllPlanesGeometry(Point3d[], Matrix3x3[])
    DynamicSectionBuilder.GetPlaneGeometry(DynamicSectionTypes.Axis, DynamicSectionTypes.ActivePlane, Point3d, Matrix3x3)
    DynamicSectionBuilder.SetAllPlanesGeometry(Point3d[], Matrix3x3[])
    DynamicSectionBuilder.GetBoundingBox(Point3d, Point3d)
    DynamicSectionBuilder.SetBoundingBox(Point3d, Point3d)
    DynamicSectionBuilder.BoxExtentDelayUpdate
    DynamicSectionBuilder.BoxExtentMargin
    DynamicSectionBuilder.BoxExtentObjects
    DynamicSectionBuilder.BoxExtentSupported
    DynamicSectionBuilder.CapColor
    DynamicSectionBuilder.CapColorOption
    DynamicSectionBuilder.ClipType
    DynamicSectionBuilder.CsysType
    DynamicSectionBuilder.CurveColor
    DynamicSectionBuilder.CurveColorOption
    DynamicSectionBuilder.DefaultPlaneAxis
    DynamicSectionBuilder.DeferCurveUpdate
    DynamicSectionBuilder.InterferenceColor
    DynamicSectionBuilder.LayerSettings
    DynamicSectionBuilder.LockPlanes
    DynamicSectionBuilder.NumberInSeries
    DynamicSectionBuilder.ReverseSeries
    DynamicSectionBuilder.SeriesSpacing
    DynamicSectionBuilder.ShowCap
    DynamicSectionBuilder.ShowClip
    DynamicSectionBuilder.ShowCurves
    DynamicSectionBuilder.ShowGrid
    DynamicSectionBuilder.ShowInterference
    DynamicSectionBuilder.ShowViewer
    DynamicSectionBuilder.Type
    DynamicSectionBuilder.View
    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 ContactAnalysisSectionCurveBuilder : DynamicSectionBuilder, IMessageSink, IComponentBuilder

    Constructors

    ContactAnalysisSectionCurveBuilder()

    Declaration
    protected ContactAnalysisSectionCurveBuilder()

    Properties

    BallDiameter

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

    DisplaySlice

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

    PointToPlaceSphere

    Declaration
    public Point PointToPlaceSphere { get; set; }
    Property Value
    Type Description
    Point

    SectionBoundary

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

    SectionCurveColor

    Declaration
    public NXColor SectionCurveColor { get; set; }
    Property Value
    Type Description
    NXColor

    Methods

    OrientToPlane()

    Declaration
    public void OrientToPlane()

    Implements

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