Class SBendCorner
Inheritance
System.Object
System.MarshalByRefObject
SBendCorner
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Routing
Assembly: NXOpen.dll
Syntax
public class SBendCorner : NXObject, IMessageSink, INXObject
Constructors
SBendCorner()
Declaration
protected SBendCorner()
Methods
GetSBendData(out Int32, out ControlPoint, out ControlPoint, out SplineSegment, out Double)
Declaration
public bool GetSBendData(out int sbendType, out ControlPoint startRcp, out ControlPoint endRcp, out SplineSegment segment, out double radiusOrRatio)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | sbendType | |
| ControlPoint | startRcp | |
| ControlPoint | endRcp | |
| SplineSegment | segment | |
| System.Double | radiusOrRatio |
Returns
| Type | Description |
|---|---|
| System.Boolean |
GetSBendRadius()
Declaration
public double GetSBendRadius()
Returns
| Type | Description |
|---|---|
| System.Double |
GetSBendStocks()
Declaration
public Stock[] GetSBendStocks()
Returns
| Type | Description |
|---|---|
| Stock[] |
GetSegment()
Declaration
public SplineSegment GetSegment()
Returns
| Type | Description |
|---|---|
| SplineSegment |
SetSBendData(Int32, ControlPoint, ControlPoint, SplineSegment, Double, Boolean)
Declaration
public void SetSBendData(int sbendType, ControlPoint startRcp, ControlPoint endRcp, SplineSegment segment, double radiusOrRatio, bool useBendRatio)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | sbendType | |
| ControlPoint | startRcp | |
| ControlPoint | endRcp | |
| SplineSegment | segment | |
| System.Double | radiusOrRatio | |
| System.Boolean | useBendRatio |
Implements
System.Runtime.Remoting.Messaging.IMessageSink