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

Represents a SnipFacetBody builder
To create a new instance of this class, use Facet::FacetedBodyCollection::CreateSnipFacetBodyBuilder
Default values. More...

Inheritance diagram for NXOpen::Facet::SnipFacetBodyBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  BoundaryFacetTreatmentMethod { BoundaryFacetTreatmentMethodSnipFacets, BoundaryFacetTreatmentMethodRemoveFacets }
 Boundary facet treatment type: More...
enum  DirectionType { DirectionTypeViewDirection, DirectionTypeFacetNormal, DirectionTypeAlongVector }
 Snipping direction when snipping type "by profiles". More...
enum  Types { TypesSnipRegion, TypesSnipWithCurves, TypesSnipAtPlane }
 Snip method. More...

Public Member Functions

NXOpen::Facet::SnipFacetBodyBuilder::DirectionType AlongDirection ()
 Returns the direction in which snipping profiles are projected on the facet bodies
Created in NX7.5.0.
NXOpen::Facet::SnipFacetBodyBuilder::BoundaryFacetTreatmentMethod BoundaryFacetTreatmentType ()
 Returns the boundary facet treatment type
Created in NX7.5.0.
bool CanDivide ()
 Returns the value indicating if facet body is to be divided
Created in NX7.5.0.
NXOpen::Facet::SelectFacetedBodyListFacetBodies ()
 Returns the facet bodies to snip
Created in NX7.5.0.
bool IsEditCopy ()
 Returns the value indicating if a copy of the facet body to be snipped without altering the original
Created in NX7.5.0.
bool IsSnipNearFacets ()
 Returns the value indicating if only facets near to the viewer to be snipped
Created in NX7.5.0.
NXOpen::PlanePlane ()
 Returns the snipping plane
Created in NX7.5.0.
NXOpen::SectionListProfileList ()
 Returns the list of snipping profiles
Created in NX7.5.0.
NXOpen::DirectionProjectionVector ()
 Returns the projection vector
Created in NX7.5.0.
NXOpen::GeometricUtilities::BoundaryDefinitionBuilderListRegionList ()
 Returns the list of regions to snip
Created in NX7.5.0.
NXOpen::SelectPointListRegionPoint ()
 Returns the point indicating the portion of the facet body with respect to specified region to be snipped.
void SetAlongDirection (NXOpen::Facet::SnipFacetBodyBuilder::DirectionType alongDirection)
 Sets the direction in which snipping profiles are projected on the facet bodies
Created in NX7.5.0.
void SetBoundaryFacetTreatmentType (NXOpen::Facet::SnipFacetBodyBuilder::BoundaryFacetTreatmentMethod boundaryFacetTreatmentType)
 Sets the boundary facet treatment type
Created in NX7.5.0.
void SetCanDivide (bool canDivide)
 Sets the value indicating if facet body is to be divided
Created in NX7.5.0.
void SetEditCopy (bool isEditCopy)
 Sets the value indicating if a copy of the facet body to be snipped without altering the original
Created in NX7.5.0.
void SetPlane (NXOpen::Plane *plane)
 Sets the snipping plane
Created in NX7.5.0.
void SetProjectionVector (NXOpen::Direction *projectionVector)
 Sets the projection vector
Created in NX7.5.0.
void SetSnipNearFacets (bool isSnipNearFacets)
 Sets the value indicating if only facets near to the viewer to be snipped
Created in NX7.5.0.
void SetType (NXOpen::Facet::SnipFacetBodyBuilder::Types type)
 Sets the snipping method accessor
Created in NX7.5.0.
void SetViewDirection (const NXOpen::Vector3d &viewDirection)
 Sets the view direction
Created in NX7.5.0.
void SwitchRegion ()
 Switch the region to be snipped indicated by the region point.
NXOpen::Facet::SnipFacetBodyBuilder::Types Type ()
 Returns the snipping method accessor
Created in NX7.5.0.
NXOpen::Vector3d ViewDirection ()
 Returns the view direction
Created in NX7.5.0.

Detailed Description

Represents a SnipFacetBody builder
To create a new instance of this class, use Facet::FacetedBodyCollection::CreateSnipFacetBodyBuilder
Default values.

Property Value

AlongDirection

ViewDirection

BoundaryFacetTreatmentType

SnipFacets

CanDivide

0

IsEditCopy

0

IsSnipNearFacets

0


Created in NX7.5.0.


Member Enumeration Documentation

Boundary facet treatment type:

Enumerator:
BoundaryFacetTreatmentMethodSnipFacets 

Snip scarred facets by the border.

BoundaryFacetTreatmentMethodRemoveFacets 

Remove scarred facets.

Snipping direction when snipping type "by profiles".

Enumerator:
DirectionTypeViewDirection 

Snip along view direction.

DirectionTypeFacetNormal 

Snip along facet normal.

DirectionTypeAlongVector 

Snip along specified vector.

Snip method.

Enumerator:
TypesSnipRegion 

Snip by region.

TypesSnipWithCurves 

Snip with curves.

TypesSnipAtPlane 

Snip at plane.


Member Function Documentation

Returns the direction in which snipping profiles are projected on the facet bodies
Created in NX7.5.0.



License requirements : None

Returns the boundary facet treatment type
Created in NX7.5.0.



License requirements : None

Returns the value indicating if facet body is to be divided
Created in NX7.5.0.



License requirements : None

Returns the facet bodies to snip
Created in NX7.5.0.



License requirements : None

Returns the value indicating if a copy of the facet body to be snipped without altering the original
Created in NX7.5.0.



License requirements : None

Returns the value indicating if only facets near to the viewer to be snipped
Created in NX7.5.0.



License requirements : None

Returns the snipping plane
Created in NX7.5.0.



License requirements : None

Returns the list of snipping profiles
Created in NX7.5.0.



License requirements : None

Returns the projection vector
Created in NX7.5.0.



License requirements : None

Returns the list of regions to snip
Created in NX7.5.0.



License requirements : None

Returns the point indicating the portion of the facet body with respect to specified region to be snipped.


Created in NX7.5.0.

License requirements : None

Sets the direction in which snipping profiles are projected on the facet bodies
Created in NX7.5.0.



License requirements : None

Parameters:
alongDirectionalongdirection

Sets the boundary facet treatment type
Created in NX7.5.0.



License requirements : None

Parameters:
boundaryFacetTreatmentTypeboundaryfacettreatmenttype

Sets the value indicating if facet body is to be divided
Created in NX7.5.0.



License requirements : None

Parameters:
canDividecandivide

Sets the value indicating if a copy of the facet body to be snipped without altering the original
Created in NX7.5.0.



License requirements : None

Parameters:
isEditCopyiseditcopy

Sets the snipping plane
Created in NX7.5.0.



License requirements : None

Parameters:
planeplane

Sets the projection vector
Created in NX7.5.0.



License requirements : None

Parameters:
projectionVectorprojectionvector

Sets the value indicating if only facets near to the viewer to be snipped
Created in NX7.5.0.



License requirements : None

Parameters:
isSnipNearFacetsissnipnearfacets

Sets the snipping method accessor
Created in NX7.5.0.



License requirements : None

Parameters:
typetype

Sets the view direction
Created in NX7.5.0.



License requirements : None

Parameters:
viewDirectionviewdirection

Switch the region to be snipped indicated by the region point.


Created in NX7.5.0.

License requirements : None

Returns the snipping method accessor
Created in NX7.5.0.



License requirements : None

Returns the view direction
Created in NX7.5.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.