Class PathLengthAnnotationBuilder
Inheritance
PathLengthAnnotationBuilder
Assembly: NXOpen.dll
public class PathLengthAnnotationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected PathLengthAnnotationBuilder()
Properties
Declaration
public string ExpressionName { get; }
Property Value
Declaration
public Point FirstEndPoint { get; set; }
Property Value
Declaration
public LeaderBuilder Leader { get; }
Property Value
Declaration
public OriginBuilder Origin { get; }
Property Value
Declaration
public RouteObjectCollector RouteObjectCollector { get; }
Property Value
Declaration
public Point SecondEndPoint { get; set; }
Property Value
Declaration
public bool ShowLeadersToggle { get; set; }
Property Value
Declaration
public StyleBuilder Style { get; }
Property Value
Text
Declaration
public TextWithEditControlsBuilder Text { get; }
Property Value
Declaration
public PathLengthAnnotationBuilder.Types Type { get; set; }
Property Value
Methods
Declaration
public void CreatePointsAtRcps(ControlPoint firstEndRcp, ControlPoint secondEndRcp)
Parameters
Declaration
public void SetPathLengthAnnotationEndPoints(Point firstEndPoint, Point secondEndPoint)
Parameters
Type |
Name |
Description |
Point |
firstEndPoint |
|
Point |
secondEndPoint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink