Class OrientBranchBuilder
Inheritance
OrientBranchBuilder
Assembly: NXOpen.dll
public class OrientBranchBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected OrientBranchBuilder()
Properties
Declaration
public OrientBranchBuilder.BranchAngleMethod BranchAngleType { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX8.5.0. This NXOpen.Formboard.OrientBranchBuilder.BranchAngleMethod.TwoPoints is no longer supported.")]
public Point FromPoint { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX8.5.0. This builder attribute is no longer required.")]
public Direction FromVector { get; set; }
Property Value
Declaration
public Expression RefRotationAngle { get; }
Property Value
Declaration
public Direction ReferenceVector { get; set; }
Property Value
Declaration
public Expression RotationAngle { get; }
Property Value
Declaration
public RouteObjectCollector SelectBranch { get; }
Property Value
Declaration
[Obsolete("Deprecated in NX8.5.0. This NXOpen.Formboard.OrientBranchBuilder.BranchAngleMethod.TwoPoints is no longer supported.")]
public Point ToPoint { get; set; }
Property Value
Declaration
public Direction ToVector { get; set; }
Property Value
Methods
Declaration
[Obsolete("Deprecated in NX9.0.1. This method is no longer required.")]
public void InitializeFromSegment()
Declaration
public void SetBranchSeedObject(ISegment segmentTag)
Parameters
Type |
Name |
Description |
ISegment |
segmentTag |
|
Declaration
[Obsolete("Deprecated in NX9.0.1. This method is no longer required.")]
public void StartDrag()
Declaration
[Obsolete("Deprecated in NX9.0.1. This method is no longer required.")]
public void StopDrag()
Declaration
[Obsolete("Deprecated in NX7.5.3. This method is no longer relevant and calls to this can be safely removed.")]
public void UnSuppressConstraints()
Declaration
[Obsolete("Deprecated in NX9.0.1. This method is no longer required.")]
public void UpdateRotationAngle(double angle)
Parameters
Type |
Name |
Description |
double |
angle |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink