NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.RoutingCommon.SubdivideCurveBuilder Class Reference

* JA class for Subdivide Curve (Linear and Spline segments) More...

Inheritance diagram for NXOpen.RoutingCommon.SubdivideCurveBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Types { AtPoint, EqualSegments, ArcLengthSegments }
 At Point: JA_ROUTINGCOMMON_SUBDIVIDE_CURVE_BUILDER_Types_AtPoint Equal Segments: JA_ROUTINGCOMMON_SUBDIVIDE_CURVE_BUILDER_Types_EqualSegments Arc Length Segments: JA_ROUTINGCOMMON_SUBDIVIDE_CURVE_BUILDER_Types_ArcLengthSegments More...
 

Public Member Functions

unsafe NXOpen.Curve[] GetSubdividedCurves ()
 The result of subdivide path More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
ArcLength [get]
 Returns the arc length More...
 
unsafe bool CreateTangencySetting [get, set]
 Returns or sets the tangency toggle More...
 
unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
EndPercentage [get]
 Returns the end percentage More...
 
unsafe int NumberOfSegments [get, set]
 Returns or sets the number of segments equal segments More...
 
unsafe bool ReverseDirection [get, set]
 Returns or sets the reverse direction More...
 
unsafe
NXOpen.Routing.RouteObjectCollector 
SelectedSegment [get]
 Returns the segment select More...
 
unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
StartPercentage [get]
 Returns the start percentage More...
 
unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
SubdivideAtPoint [get]
 Returns the subdivide at point More...
 
unsafe
NXOpen.RoutingCommon.SubdivideCurveBuilder.Types 
Type [get, set]
 Returns or sets the subdivide type More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

* JA class for Subdivide Curve (Linear and Spline segments)

To create a new instance of this class, use NXOpen.RoutingCommon.BuilderFactory.CreateSubdivideCurveBuilder

Default values.

Property Value

NumberOfSegments

0

Created in NX1899.0.0

Member Enumeration Documentation

At Point: JA_ROUTINGCOMMON_SUBDIVIDE_CURVE_BUILDER_Types_AtPoint Equal Segments: JA_ROUTINGCOMMON_SUBDIVIDE_CURVE_BUILDER_Types_EqualSegments Arc Length Segments: JA_ROUTINGCOMMON_SUBDIVIDE_CURVE_BUILDER_Types_ArcLengthSegments

Enumerator
AtPoint 
EqualSegments 
ArcLengthSegments 

Member Function Documentation

unsafe NXOpen.Curve [] NXOpen.RoutingCommon.SubdivideCurveBuilder.GetSubdividedCurves ( )
inline

The result of subdivide path

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

Returns

Property Documentation

unsafe NXOpen.GeometricUtilities.OnPathDimensionBuilder NXOpen.RoutingCommon.SubdivideCurveBuilder.ArcLength
get

Returns the arc length

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

unsafe bool NXOpen.RoutingCommon.SubdivideCurveBuilder.CreateTangencySetting
getset

Returns or sets the tangency toggle

Created in NX1899.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.GeometricUtilities.OnPathDimensionBuilder NXOpen.RoutingCommon.SubdivideCurveBuilder.EndPercentage
get

Returns the end percentage

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

unsafe int NXOpen.RoutingCommon.SubdivideCurveBuilder.NumberOfSegments
getset

Returns or sets the number of segments equal segments

Created in NX1899.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.RoutingCommon.SubdivideCurveBuilder.ReverseDirection
getset

Returns or sets the reverse direction

Created in NX1899.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Routing.RouteObjectCollector NXOpen.RoutingCommon.SubdivideCurveBuilder.SelectedSegment
get

Returns the segment select

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

unsafe NXOpen.GeometricUtilities.OnPathDimensionBuilder NXOpen.RoutingCommon.SubdivideCurveBuilder.StartPercentage
get

Returns the start percentage

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

unsafe NXOpen.GeometricUtilities.OnPathDimensionBuilder NXOpen.RoutingCommon.SubdivideCurveBuilder.SubdivideAtPoint
get

Returns the subdivide at point

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

unsafe NXOpen.RoutingCommon.SubdivideCurveBuilder.Types NXOpen.RoutingCommon.SubdivideCurveBuilder.Type
getset

Returns or sets the subdivide type

Created in NX1899.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.