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

Represents a builder for an offset emboss feature. More...

Inheritance diagram for NXOpen::Features::OffsetEmbossBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  Types { TypesCurve, TypesPoint }
 Enumeration of center types
Created in NX5.0.0. More...

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance: The maximum allowable angle between the true theoretical sheet and the body created to approximate it.
NXOpen::ExpressionBottomDistance ()
 Returns the bottom distance(Only for point case): The bottom distance defines the extent of the offset pad from the reference point below the point.
NXOpen::SectionCenterLine ()
 Returns the center line: An existing curve/path on the sheet that defines the full extent of the offset feature required.
NXOpen::PointCenterPoint ()
 Returns the center point: An existing point on the input sheet body is selected as the reference from which the feature is defined.
double DistanceTolerance ()
 Returns the distance tolerance: The maximum allowable distance between the true theoretical sheet and the body created to approximate it.
NXOpen::ExpressionHeightOffset ()
 Returns the height offset: Distance to offset the input sheet to create the pad.
NXOpen::ExpressionLeftWidth ()
 Returns the left width: Width of pad to the left of the path curve.
bool ReverseDirection ()
 Returns the reverse direction: The value of true means that the direction for the feature is reversed from the surface normal of the target body, or the offset emboss will create a pocket.
NXOpen::ExpressionRightWidth ()
 Returns the right width: Width of pad to the right of the path curve.
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance: The maximum allowable angle between the true theoretical sheet and the body created to approximate it.
void SetCenterPoint (NXOpen::Point *point)
 Sets the center point: An existing point on the input sheet body is selected as the reference from which the feature is defined.
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance: The maximum allowable distance between the true theoretical sheet and the body created to approximate it.
void SetReverseDirection (bool direction)
 Sets the reverse direction: The value of true means that the direction for the feature is reversed from the surface normal of the target body, or the offset emboss will create a pocket.
void SetTarget (NXOpen::ScCollector *target)
 Sets the target body to offset This defines a sheet body to offset emboss.
void SetType (NXOpen::Features::OffsetEmbossBuilder::Types type)
 Sets the center type This defines input types: 0 stands for curve case and 1 stands for point case.
NXOpen::ExpressionSideOffset ()
 Returns the side offset: Offset from pad boundary to define the sidewall draft.
NXOpen::ScCollectorTarget ()
 Returns the target body to offset This defines a sheet body to offset emboss.
NXOpen::ExpressionTopDistance ()
 Returns the top distance(Only for point case): The top distance defines the extent of the offset pad from the reference point above the point.
NXOpen::Features::OffsetEmbossBuilder::Types Type ()
 Returns the center type This defines input types: 0 stands for curve case and 1 stands for point case.

Detailed Description

Represents a builder for an offset emboss feature.

This allows creation and editing of an offset emboss feature takes a sheet body, a curve or a point at center, and several dimensions to create an offset pad on the target sheet body.
To create a new instance of this class, use Features::FeatureCollection::CreateOffsetEmbossBuilder

Created in NX5.0.0.


Member Enumeration Documentation

Enumeration of center types
Created in NX5.0.0.


Enumerator:
TypesCurve 

This stands for curve case.

TypesPoint 

This stands for point case.


Member Function Documentation

Returns the angle tolerance: The maximum allowable angle between the true theoretical sheet and the body created to approximate it.


Created in NX5.0.0.

License requirements : None

Returns the bottom distance(Only for point case): The bottom distance defines the extent of the offset pad from the reference point below the point.


Created in NX5.0.0.

License requirements : None

Returns the center line: An existing curve/path on the sheet that defines the full extent of the offset feature required.


Created in NX5.0.0.

License requirements : None

Returns the center point: An existing point on the input sheet body is selected as the reference from which the feature is defined.


Created in NX5.0.0.

License requirements : None

Returns the distance tolerance: The maximum allowable distance between the true theoretical sheet and the body created to approximate it.


Created in NX5.0.0.

License requirements : None

Returns the height offset: Distance to offset the input sheet to create the pad.

This defines the amount by which the input sheet body is offset to create the pad.


Created in NX5.0.0.

License requirements : None

Returns the left width: Width of pad to the left of the path curve.

This defines an offset distance (along the input sheet body) away from the curve/path that defines the extent of the feature


Created in NX5.0.0.

License requirements : None

Returns the reverse direction: The value of true means that the direction for the feature is reversed from the surface normal of the target body, or the offset emboss will create a pocket.

The value of false for the reverse direction property means that the offset emboss feature will create a pad.


Created in NX5.0.0.

License requirements : None

Returns the right width: Width of pad to the right of the path curve.

This defines an offset distance (along the input sheet body) away from the curve/path that defines the extent of the feature.


Created in NX5.0.0.

License requirements : None

Sets the angle tolerance: The maximum allowable angle between the true theoretical sheet and the body created to approximate it.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
angleToleranceangletolerance

Sets the center point: An existing point on the input sheet body is selected as the reference from which the feature is defined.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
pointpoint

Sets the distance tolerance: The maximum allowable distance between the true theoretical sheet and the body created to approximate it.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
distanceTolerancedistancetolerance

Sets the reverse direction: The value of true means that the direction for the feature is reversed from the surface normal of the target body, or the offset emboss will create a pocket.

The value of false for the reverse direction property means that the offset emboss feature will create a pad.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
directiondirection

Sets the target body to offset This defines a sheet body to offset emboss.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
targettarget

Sets the center type This defines input types: 0 stands for curve case and 1 stands for point case.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

Returns the side offset: Offset from pad boundary to define the sidewall draft.

This defines an offset distance around all edges of the offset pad that in conjunction with the offset height determines the amount of sidewall draft.


Created in NX5.0.0.

License requirements : None

Returns the target body to offset This defines a sheet body to offset emboss.


Created in NX5.0.0.

License requirements : None

Returns the top distance(Only for point case): The top distance defines the extent of the offset pad from the reference point above the point.


Created in NX5.0.0.

License requirements : None

Returns the center type This defines input types: 0 stands for curve case and 1 stands for point case.


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.