Class SectionLineSegmentsBuilder
Inheritance
SectionLineSegmentsBuilder
Assembly: NXOpen.dll
Syntax
public class SectionLineSegmentsBuilder : TaggedObject, IMessageSink
Constructors
SectionLineSegmentsBuilder()
Declaration
protected SectionLineSegmentsBuilder()
Properties
RotationPoint
Declaration
public Point RotationPoint { get; set; }
Property Value
SectionLineOnlyPlacementOrigin
Declaration
public Point3d SectionLineOnlyPlacementOrigin { get; set; }
Property Value
SegmentLocation
Declaration
public SectionLineSegmentPointListBuilder SegmentLocation { get; }
Property Value
SegmentLocationForSecondLeg
Declaration
public SectionLineSegmentPointListBuilder SegmentLocationForSecondLeg { get; }
Property Value
SingleLeg
Declaration
public bool SingleLeg { get; set; }
Property Value
Methods
GetLongitudinalSectionData(out ICurve, out double, out double)
Declaration
public void GetLongitudinalSectionData(out ICurve curve, out double startParam, out double endParam)
Parameters
SetLongitudinalSectionData(ICurve, double, double)
Declaration
public void SetLongitudinalSectionData(ICurve curve, double startParam, double endParam)
Parameters
UpdateAfterParentViewMove()
Declaration
public void UpdateAfterParentViewMove()
Implements
System.Runtime.Remoting.Messaging.IMessageSink