NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Offset Class Reference

Represents a Offset . More...

Inheritance diagram for NXOpen::Offset:
NXOpen::SmartObject NXOpen::DisplayableObject NXOpen::NXObject NXOpen::IFitTo NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject

List of all members.

Public Types

enum  OnFaceOption { OnFaceOptionU, OnFaceOptionV, OnFaceOptionSection }
 Specifies the offset direction in relation to a face. More...

Public Member Functions

bool ReverseDirection ()
 Reverses the sense of a offset direction.
void SetVector (const NXOpen::Vector3d &vector)
 Sets the vector of the offset.
NXOpen::Vector3d Vector ()
 Returns the vector of the offset.

Detailed Description

Represents a Offset .


To create an instance of this class use OffsetCollection

Created in NX3.0.0.


Member Enumeration Documentation

Specifies the offset direction in relation to a face.

Enumerator:
OnFaceOptionU 

Creates offset representing curvature in U parameter direction on face.

OnFaceOptionV 

Creates offset representing curvature in V parameter direction on face.

OnFaceOptionSection 

Creates offset representing curvature in a sectional direction on face.


Member Function Documentation

Reverses the sense of a offset direction.

The method returns true if the offset direction is reversed and false otherwise.

Returns:

Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
void NXOpen::Offset::SetVector ( const NXOpen::Vector3d vector)

Sets the vector of the offset.

The vector has direction and magnitude indicating offset amount in its direction.
Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

Parameters:
vectorvector

Returns the vector of the offset.

The vector has direction and magnitude indicating offset amount in its direction.
Created in NX5.0.0.

License requirements : None


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