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

Represents a builder for a paste face feature. More...

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

List of all members.

Public Types

enum  PasteOptionType { PasteOptionTypeAutomatic, PasteOptionTypeAdd, PasteOptionTypeSubtract }
 represents the paste option which defines whether the tool body is additive or subtractive. More...

Public Member Functions

NXOpen::Features::PasteFaceBuilder::PasteOptionType PasteOption ()
 Returns the paste option defines whether the tool body is additive or subtractive.
bool ReverseTarget ()
 Returns the reverse target.
bool ReverseTool ()
 Returns the reverse tool.
void SetPasteOption (NXOpen::Features::PasteFaceBuilder::PasteOptionType pasteOption)
 Sets the paste option defines whether the tool body is additive or subtractive.
void SetReverseTarget (bool reverseTarget)
 Sets the reverse target.
void SetReverseTool (bool reverseTool)
 Sets the reverse tool.
NXOpen::SelectBodyTargetBody ()
 Returns the target body.
NXOpen::SelectBodyListToolBody ()
 Returns the collector holding the tool bodies.

Detailed Description

Represents a builder for a paste face feature.


To create a new instance of this class, use Features::FeatureCollection::CreatePasteFaceBuilder

Created in NX6.0.0.


Member Enumeration Documentation

represents the paste option which defines whether the tool body is additive or subtractive.

The paste option can be determined automatically from the add or subtract attributes on the tool body, or manually for a tool body lacking the said attributes.

Enumerator:
PasteOptionTypeAutomatic 

determined automatically from the 'add' or 'subtract' attributes on each tool body.

PasteOptionTypeAdd 

each tool body will add to the target body.

PasteOptionTypeSubtract 

each tool body will subtract from the target body.


Member Function Documentation

Returns the paste option defines whether the tool body is additive or subtractive.


Created in NX6.0.0.

License requirements : None

Returns the reverse target.

A flag to indicate whether the target body direction is reversed, disabled if target body is solid.
Created in NX6.0.0.

License requirements : None

Returns the reverse tool.

A flag to indicate whether the tool body direction is reversed.
Created in NX6.0.0.

License requirements : None

Sets the paste option defines whether the tool body is additive or subtractive.


Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
pasteOptionpaste option

Sets the reverse target.

A flag to indicate whether the target body direction is reversed, disabled if target body is solid.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
reverseTargetreverse target

Sets the reverse tool.

A flag to indicate whether the tool body direction is reversed.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
reverseToolreverse tool

Returns the target body.

The target body can be a solid or sheet.
Created in NX6.0.0.

License requirements : None

Returns the collector holding the tool bodies.

The tool bodies will be trimmed or extended then united to the target body. The tool bodies should be sheet bodies.
Created in NX6.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.