Class BridgeCurveConnectivity
Inheritance
System.Object
System.MarshalByRefObject
BridgeCurveConnectivity
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class BridgeCurveConnectivity : TaggedObject, IMessageSink, IComponentBuilder
Constructors
BridgeCurveConnectivity()
Declaration
protected BridgeCurveConnectivity()
Properties
CanReverseDirection
Declaration
public bool CanReverseDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Continuity
Declaration
public Continuity Continuity { get; }
Property Value
| Type | Description |
|---|---|
| Continuity |
CurveDirectionOption
Declaration
public BridgeCurveConnectivity.CurveDirectionOptions CurveDirectionOption { get; set; }
Property Value
| Type | Description |
|---|---|
| BridgeCurveConnectivity.CurveDirectionOptions |
DirectionAtPoint
Declaration
public Direction DirectionAtPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Direction |
FaceDirectionOption
Declaration
public BridgeCurveConnectivity.FaceDirectionOptions FaceDirectionOption { get; set; }
Property Value
| Type | Description |
|---|---|
| BridgeCurveConnectivity.FaceDirectionOptions |
LocationOnSection
Declaration
public OnPathDimensionBuilder LocationOnSection { get; }
Property Value
| Type | Description |
|---|---|
| OnPathDimensionBuilder |
PerpendicularFace
Declaration
public SelectFace PerpendicularFace { get; }
Property Value
| Type | Description |
|---|---|
| SelectFace |
SectionAngle
Declaration
public Expression SectionAngle { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
UPercentage
Declaration
public Expression UPercentage { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
VPercentage
Declaration
public Expression VPercentage { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
Methods
EditUVPercentage(Double, Double)
Declaration
public void EditUVPercentage(double uPercent, double vPercent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | uPercent | |
| System.Double | vPercent |
UpdateBasedOnLocationOnSection()
Declaration
public void UpdateBasedOnLocationOnSection()
UpdateOnDirectionAtPointReversal()
Declaration
public void UpdateOnDirectionAtPointReversal()
Validate()
Declaration
public bool Validate()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink