Class AttachElementsBuilder
Inheritance
AttachElementsBuilder
Assembly: NXOpen.dll
Syntax
public class AttachElementsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
AttachElementsBuilder()
Declaration
protected AttachElementsBuilder()
Properties
AttachType
Declaration
public AttachElementsBuilder.AttachOption AttachType { get; set; }
Property Value
EdgeCurve
Declaration
public SelectDisplayableObjectList EdgeCurve { get; }
Property Value
ElementEdges
Declaration
public SelectElementsBuilder ElementEdges { get; }
Property Value
MeshSelection
Declaration
public SelectTaggedObjectList MeshSelection { get; }
Property Value
PointEnd
Declaration
public Point PointEnd { get; set; }
Property Value
PointStart
Declaration
public Point PointStart { get; set; }
Property Value
SplitLineType
Declaration
public AttachElementsBuilder.SplitLineOption SplitLineType { get; set; }
Property Value
SplitSize
Declaration
public Expression SplitSize { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink