Search Results for

    Show / Hide Table of Contents

    Class SectionLineSegmentsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SectionLineSegmentsBuilder
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class SectionLineSegmentsBuilder : TaggedObject, IMessageSink

    Constructors

    SectionLineSegmentsBuilder()

    Declaration
    protected SectionLineSegmentsBuilder()

    Properties

    RotationPoint

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

    SectionLineOnlyPlacementOrigin

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

    SegmentLocation

    Declaration
    public SectionLineSegmentPointListBuilder SegmentLocation { get; }
    Property Value
    Type Description
    SectionLineSegmentPointListBuilder

    SegmentLocationForSecondLeg

    Declaration
    public SectionLineSegmentPointListBuilder SegmentLocationForSecondLeg { get; }
    Property Value
    Type Description
    SectionLineSegmentPointListBuilder

    SingleLeg

    Declaration
    public bool SingleLeg { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetLongitudinalSectionData(out ICurve, out double, out double)

    Declaration
    public void GetLongitudinalSectionData(out ICurve curve, out double startParam, out double endParam)
    Parameters
    Type Name Description
    ICurve curve
    double startParam
    double endParam

    SetLongitudinalSectionData(ICurve, double, double)

    Declaration
    public void SetLongitudinalSectionData(ICurve curve, double startParam, double endParam)
    Parameters
    Type Name Description
    ICurve curve
    double startParam
    double endParam

    UpdateAfterParentViewMove()

    Declaration
    public void UpdateAfterParentViewMove()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX