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

enables the ability to apply delta transforms on individual instances of a pattern within the pattern feature More...

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

Public Types

enum  ClockingType { WithinPatternDefinitionLinear, WithinPatternDefinitionCircular, UserDefined }
 type of pattern clocking to transform individual instances More...
 

Public Member Functions

unsafe void AddInstance (int index1, int index2)
 Adds an instance that will get this clocking More...
 
unsafe void RemoveInstance (int index1, int index2)
 Removes an instance from this clocking 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.Expression AngularDelta [get]
 Returns the angular delta for circular clocking More...
 
unsafe
NXOpen.GeometricUtilities.PatternClockingBuilder.ClockingType 
ClockType [get, set]
 Returns or sets the clocking enum to determine if linear or angular clocking More...
 
unsafe NXOpen.Expression Direction1Delta [get]
 Returns the x direction delta for linear clocking More...
 
unsafe NXOpen.Expression Direction2Delta [get]
 Returns the y direction delta for linear clocking More...
 
unsafe
NXOpen.GeometricUtilities.ModlMotion 
Motion [get]
 Returns the user defined transform motion More...
 
unsafe NXOpen.Expression RadialDelta [get]
 Returns the radial delta for circular clocking 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

enables the ability to apply delta transforms on individual instances of a pattern within the pattern feature

To create a new instance of this class, use NXOpen.GeometricUtilities.PatternDefinition.CreateClockingBuilder

Default values.

Property Value

Motion.DeltaEnum

ReferenceWcsWorkPart

Motion.DeltaXc.Value

0.0

Motion.DeltaYc.Value

0.0

Motion.DeltaZc.Value

0.0

Created in NX8.0.0

Member Enumeration Documentation

type of pattern clocking to transform individual instances

Enumerator
WithinPatternDefinitionLinear 
WithinPatternDefinitionCircular 
UserDefined 

Member Function Documentation

unsafe void NXOpen.GeometricUtilities.PatternClockingBuilder.AddInstance ( int  index1,
int  index2 
)
inline

Adds an instance that will get this clocking

Created in NX8.0.0

License requirements: None.

Parameters
index1first index into the instance array to add clocking
index2second index into the instance array to add clocking
unsafe void NXOpen.GeometricUtilities.PatternClockingBuilder.RemoveInstance ( int  index1,
int  index2 
)
inline

Removes an instance from this clocking

Created in NX8.0.0

License requirements: None.

Parameters
index1first index into the instance array to drop this clocking
index2second index into the instance array to drop this clocking

Property Documentation

unsafe NXOpen.Expression NXOpen.GeometricUtilities.PatternClockingBuilder.AngularDelta
get

Returns the angular delta for circular clocking

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.PatternClockingBuilder.ClockingType NXOpen.GeometricUtilities.PatternClockingBuilder.ClockType
getset

Returns or sets the clocking enum to determine if linear or angular clocking

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.PatternClockingBuilder.Direction1Delta
get

Returns the x direction delta for linear clocking

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.PatternClockingBuilder.Direction2Delta
get

Returns the y direction delta for linear clocking

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.ModlMotion NXOpen.GeometricUtilities.PatternClockingBuilder.Motion
get

Returns the user defined transform motion

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.PatternClockingBuilder.RadialDelta
get

Returns the radial delta for circular clocking

Created in NX8.0.0

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.