Class GuidedExtensionBuilder
Inheritance
System.Object
System.MarshalByRefObject
GuidedExtensionBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class GuidedExtensionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GuidedExtensionBuilder()
Declaration
protected GuidedExtensionBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CheckSurfaces
Declaration
public bool CheckSurfaces { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ExtendLength
Declaration
public Expression ExtendLength { get; }
Property Value
Type | Description |
---|---|
Expression |
GuideLineAngle1
Declaration
public Expression GuideLineAngle1 { get; }
Property Value
Type | Description |
---|---|
Expression |
GuideLineAngle2
Declaration
public Expression GuideLineAngle2 { get; }
Property Value
Type | Description |
---|---|
Expression |
SegmentEdges
Declaration
public ScCollector SegmentEdges { get; }
Property Value
Type | Description |
---|---|
ScCollector |
SheetEdges
Declaration
public Section SheetEdges { get; }
Property Value
Type | Description |
---|---|
Section |
Methods
ChangeGuideLineDirectionAndLength(Curve, Vector3d, Double)
Declaration
public void ChangeGuideLineDirectionAndLength(Curve guideLine, Vector3d guideLineVector, double guideLineLength)
Parameters
Type | Name | Description |
---|---|---|
Curve | guideLine | |
Vector3d | guideLineVector | |
System.Double | guideLineLength |
CreateGuideLine(Edge, Point3d, Vector3d, Double)
Declaration
public Curve CreateGuideLine(Edge assocEdge, Point3d guideLinePnt, Vector3d guideLineVector, double guideLineLength)
Parameters
Type | Name | Description |
---|---|---|
Edge | assocEdge | |
Point3d | guideLinePnt | |
Vector3d | guideLineVector | |
System.Double | guideLineLength |
Returns
Type | Description |
---|---|
Curve |
MergeSegment()
Declaration
public void MergeSegment()
ResetAllSegments()
Declaration
public void ResetAllSegments()
RestoreSegments()
Declaration
public void RestoreSegments()
SetLastSelectedLoopIndex(Int32)
Declaration
public void SetLastSelectedLoopIndex(int lastSelectedLoopIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | lastSelectedLoopIndex |
SetReverseExtendDirection(Boolean)
Declaration
public void SetReverseExtendDirection(bool reverseExtendDirection)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | reverseExtendDirection |
SetSelectedSegmentType(GuidedExtensionBuilder.SegmentType)
Declaration
public void SetSelectedSegmentType(GuidedExtensionBuilder.SegmentType segmentType)
Parameters
Type | Name | Description |
---|---|---|
GuidedExtensionBuilder.SegmentType | segmentType |
SplitSegment()
Declaration
public void SplitSegment()
UpdateAllGuideLinesLength()
Declaration
public void UpdateAllGuideLinesLength()
UpdateSheetEdges()
Declaration
public void UpdateSheetEdges()
Implements
System.Runtime.Remoting.Messaging.IMessageSink