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

Represents Drafting Curve Info More...

Inheritance diagram for NXOpen.Drawings.DraftingCurveInfo:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  DraftingCurveType {
  ExtractedEdge, ExtractedModelCurve, SilhouetteCurve, ThreadSilhouetteCurve,
  SectionEdge, ThreadSectionEdge, VICurve, UVHatchCurve,
  TracelineCurve, SimplifiedCurve, InterferenceCurve
}
 Specifies the drafting curve types More...
 

Public Member Functions

unsafe NXOpen.NXObject[] GetParents ()
 Returns the parents for input drafting curve More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe
NXOpen.Drawings.DraftingCurveInfo.DraftingCurveType 
CurveType [get]
 Returns the drafting curve type More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Represents Drafting Curve Info

Created in NX10.0.0

Member Enumeration Documentation

Specifies the drafting curve types

Enumerator
ExtractedEdge 

Specifies Extracted Edge Curve

ExtractedModelCurve 

Specifies Extracted Model Curve

SilhouetteCurve 

Specifies Silhouette Curve

ThreadSilhouetteCurve 

Specifies Thread Silhouette Curve

SectionEdge 

Specifies Section Edge Curve

ThreadSectionEdge 

Specifies Thread Section Edge Curve

VICurve 

Specifies Virtual Intersection Curve

UVHatchCurve 

Specifies UVHatch Curve

TracelineCurve 

Specifies TraceLine Curve

SimplifiedCurve 

Specifies Simplified Curve

InterferenceCurve 

Specifies Interference Curve

Member Function Documentation

override void NXOpen.Drawings.DraftingCurveInfo.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX10.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.NXObject [] NXOpen.Drawings.DraftingCurveInfo.GetParents ( )
inline

Returns the parents for input drafting curve

Created in NX10.0.0

License requirements: None.

Returns
List of parents

Property Documentation

unsafe NXOpen.Drawings.DraftingCurveInfo.DraftingCurveType NXOpen.Drawings.DraftingCurveInfo.CurveType
get

Returns the drafting curve type

Created in NX10.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.