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

Represents a Guided Curve Drive Method Builder More...

Inheritance diagram for NXOpen.CAM.GuidedCurveBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  GcCutPatternTypes { ParallelLines }
 Available types for Guided Curve cut pattern More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
unsafe void ValidateCurves (NXOpen.Section sectionTag, out NXOpen.ICurve[] bridgeCurves)
 The bridge curves added to section 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.CAM.GuidingCurvesCutDir 
CutDir [get]
 Returns the Cut Dir More...
 
unsafe
NXOpen.CAM.GuidedCurveCutOrder 
CutOrder [get]
 Returns the Cut Order More...
 
unsafe NXOpen.CAM.CutSideBuilder CutSide [get]
 Returns the Cut Side More...
 
unsafe bool ExtendGuideCurve [get, set]
 Returns or sets the Extend Curve to cut area boundaries More...
 
unsafe NXOpen.SectionList FromCurveList [get]
 Returns the Drive Curve List More...
 
unsafe NXOpen.CAM.CutPatternBuilder GcCutPattern [get]
 Returns the Cut Pattern More...
 
unsafe
NXOpen.CAM.PatternTypeBuilder 
PatternType [get]
 Returns the Pattern Type More...
 
unsafe bool Smoothing [get, set]
 Returns or sets the option that specifies whether to smooth corners in tool path for guiding curves drive method. More...
 
unsafe NXOpen.CAM.StepoverBuilder StepoverBuilder [get]
 Returns the Stepover More...
 
unsafe NXOpen.CAM.DmToolPosition ToolPosition [get]
 Returns the Tool Position 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

Represents a Guided Curve Drive Method Builder

Created in NX11.0.1

Member Enumeration Documentation

Available types for Guided Curve cut pattern

Enumerator
ParallelLines 

Parallel Lines

Member Function Documentation

unsafe bool NXOpen.CAM.GuidedCurveBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

unsafe void NXOpen.CAM.GuidedCurveBuilder.ValidateCurves ( NXOpen.Section  sectionTag,
out NXOpen.ICurve[]  bridgeCurves 
)
inline

The bridge curves added to section

Created in NX1872.0.0

License requirements: None.

Parameters
sectionTag
bridgeCurves

Property Documentation

unsafe NXOpen.CAM.GuidingCurvesCutDir NXOpen.CAM.GuidedCurveBuilder.CutDir
get

Returns the Cut Dir

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.CAM.GuidedCurveCutOrder NXOpen.CAM.GuidedCurveBuilder.CutOrder
get

Returns the Cut Order

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.CAM.CutSideBuilder NXOpen.CAM.GuidedCurveBuilder.CutSide
get

Returns the Cut Side

Created in NX11.0.2

License requirements: None.

unsafe bool NXOpen.CAM.GuidedCurveBuilder.ExtendGuideCurve
getset

Returns or sets the Extend Curve to cut area boundaries

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SectionList NXOpen.CAM.GuidedCurveBuilder.FromCurveList
get

Returns the Drive Curve List

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.CAM.CutPatternBuilder NXOpen.CAM.GuidedCurveBuilder.GcCutPattern
get

Returns the Cut Pattern

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.CAM.PatternTypeBuilder NXOpen.CAM.GuidedCurveBuilder.PatternType
get

Returns the Pattern Type

Created in NX11.0.1

License requirements: None.

unsafe bool NXOpen.CAM.GuidedCurveBuilder.Smoothing
getset

Returns or sets the option that specifies whether to smooth corners in tool path for guiding curves drive method.

Created in NX11.0.2

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.StepoverBuilder NXOpen.CAM.GuidedCurveBuilder.StepoverBuilder
get

Returns the Stepover

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.CAM.DmToolPosition NXOpen.CAM.GuidedCurveBuilder.ToolPosition
get

Returns the Tool Position

Created in NX11.0.1

License requirements: None.


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