Class WeldBeadPathBuilder
Inheritance
WeldBeadPathBuilder
Assembly: NXOpen.dll
Syntax
public class WeldBeadPathBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
WeldBeadPathBuilder()
Declaration
protected WeldBeadPathBuilder()
Properties
CreateEndToStart
Declaration
public bool CreateEndToStart { get; set; }
Property Value
EndPath
Declaration
public OnPathDimensionBuilder EndPath { get; }
Property Value
OffsetAlongNormal
Declaration
public Expression OffsetAlongNormal { get; }
Property Value
OffsetInFace
Declaration
public Expression OffsetInFace { get; }
Property Value
OffsetMethod
Declaration
public WeldBeadPathBuilder.OffsetMethodType OffsetMethod { get; set; }
Property Value
PathSection
Declaration
public Section PathSection { get; }
Property Value
ReverseOffsetDirection
Declaration
public bool ReverseOffsetDirection { get; set; }
Property Value
StartPath
Declaration
public OnPathDimensionBuilder StartPath { get; }
Property Value
Methods
GetSweepPath()
Declaration
public Spline GetSweepPath()
Returns
UpdatePath(out bool, out Point3d, out Vector3d, out Vector3d, out Vector3d)
Declaration
public void UpdatePath(out bool pointFound, out Point3d evaluationPoint, out Vector3d pathTangent, out Vector3d faceNormalWithFin, out Vector3d faceNormalOppositeFin)
Parameters
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink