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

Represents a law node with transition type. More...

Inheritance diagram for NXOpen.GeometricUtilities.TransitionLawNodeBuilder:
NXOpen.GeometricUtilities.OnPathDimWithValueBuilder NXOpen.TaggedObject NXOpen.INXObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  TransitionType {
  Unknown, Constant, Linear, Blend,
  Minmax
}
 Represents a transition type at a law node. More...
 

Properties

unsafe
NXOpen.GeometricUtilities.TransitionLawNodeBuilder.TransitionType 
Transition [get, set]
 Returns or sets the transition type More...
 
- Properties inherited from NXOpen.GeometricUtilities.OnPathDimWithValueBuilder
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe
NXOpen.GeometricUtilities.OnPathDimensionBuilder 
Location [get]
 Returns the location on path More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
unsafe NXOpen.Expression Value [get]
 Returns the value expression 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...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.GeometricUtilities.OnPathDimWithValueBuilder
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe void InheritLocation (NXOpen.GeometricUtilities.OnPathDimWithValueBuilder sourceBuilder)
 Inherits location data of a NXOpen.GeometricUtilities.OnPathDimWithValueBuilder object More...
 
unsafe void InheritValue (NXOpen.GeometricUtilities.OnPathDimWithValueBuilder sourceBuilder)
 Inherits value of a NXOpen.GeometricUtilities.OnPathDimWithValueBuilder object More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a law node with transition type.

This class extends NXOpen.GeometricUtilities.OnPathDimWithValueBuilder such that apart from specifying a value at a location on spine, it allows specification of transition type. This class represents a law node in NXOpen.GeometricUtilities.MultiTransitionLawBuilder

Created in NX6.0.0

Member Enumeration Documentation

Represents a transition type at a law node.

Transition type is a type of interpolation used to evaluate intermediate values from one law node to the next law node. The transition is applied in the direction of the spine on which the law nodes reside. Not all nodes support all types of transitions. Consult the referencing law class documentation to see which transition types are supported by which law nodes.

Enumerator
Unknown 

No interpolation type

Constant 

Constant transition

Linear 

Linear transition

Blend 

Smooth blended transition

Minmax 

Minimum-Maximum type transition

Property Documentation

unsafe NXOpen.GeometricUtilities.TransitionLawNodeBuilder.TransitionType NXOpen.GeometricUtilities.TransitionLawNodeBuilder.Transition
getset

Returns or sets the transition type

Created in NX6.0.0

License requirements to get this property: solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING") OR studio_free_form ("STUDIO FREE FORM")

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING") OR studio_free_form ("STUDIO FREE FORM")


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