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

Represents a Features::SnipSurface builder
To create a new instance of this class, use Features::FeatureCollection::CreateSnipSurfaceBuilder
Default values. More...

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

List of all members.

Public Types

enum  Types { TypesSnipCurve, TypesSnipSurface, TypesSnipAtPlane, TypesIsoparamSnip }
 Snip method added in v 7.5.0. More...

Public Member Functions

int CutType ()
 Returns the cutting type
Created in NX6.0.0.
bool DivideSurface ()
 Returns a value indicating whether to divide the surface
Created in NX6.0.0.
bool EditCopy ()
 Returns a value indicating whether to keep the original surface intact
Created in NX7.5.0.
bool GetCreateNewCopy ()
 Returns the indicator for creating a new copy.
NXOpen::ExpressionIsoparametricPosition ()
 Returns the isoparametric position
Created in NX7.5.0.
bool KeepOppositeSurface ()
 Returns a value indicating whether to keep the opposite surface.
NXOpen::GeometricUtilities::ProjectionOptionsProjectDirection ()
 Returns the project direction
Created in NX6.0.0.
NXOpen::GeometricUtilities::RefitControlBuilderRefitControl ()
 Returns the refit control
Created in NX6.0.0.
NXOpen::Point3d RegionPickPoint ()
 Returns the 3D point picked on surface in Select Face
Created in NX6.0.0.
int SelectUV ()
 Returns the UV flag
Created in NX7.5.0.
void SetCreateNewCopy (bool createNewCopy)
 Sets the indicator for creating a new copy
Created in NX6.0.0.
void SetCutType (int cutType)
 Sets the cutting type
Created in NX6.0.0.
void SetDivideSurface (bool divide)
 Sets a value indicating whether to divide the surface
Created in NX6.0.0.
void SetEditCopy (bool editCopy)
 Sets a value indicating whether to keep the original surface intact
Created in NX7.5.0.
void SetKeepOppositeSurface (bool switchRegion)
 Sets a value indicating whether to keep the opposite surface.
void SetRegionPickPoint (const NXOpen::Point3d &pnt)
 Sets the 3D point picked on surface in Select Face
Created in NX6.0.0.
void SetSelectUV (int selectUV)
 Sets the UV flag
Created in NX7.5.0.
void SetSnippingPlane (NXOpen::Plane *plane)
 Sets the snipping plane
Created in NX6.0.0.
void SetSurfacePointUV (const NXOpen::Point3d &surfacePointUV)
 Sets the UV values of the picked point on surface
Created in NX6.0.0.
void SetType (NXOpen::Features::SnipSurfaceBuilder::Types type)
 Sets the snipping method accessor
Created in NX7.5.0.
NXOpen::SectionSnippingCurve ()
 Returns the snipping curve
Created in NX6.0.0.
NXOpen::SelectTaggedObjectSnippingObject ()
 Returns the snipping object
Created in NX7.5.0.
NXOpen::PlaneSnippingPlane ()
 Returns the snipping plane
Created in NX6.0.0.
NXOpen::Point3d SurfacePointUV ()
 Returns the UV values of the picked point on surface
Created in NX6.0.0.
NXOpen::SelectFaceTargetFace ()
 Returns the target face
Created in NX6.0.0.
NXOpen::Features::SnipSurfaceBuilder::Types Type ()
 Returns the snipping method accessor
Created in NX7.5.0.

Detailed Description

Represents a Features::SnipSurface builder
To create a new instance of this class, use Features::FeatureCollection::CreateSnipSurfaceBuilder
Default values.

Property Value

RefitControl.DegreesAndSegmentsOrPatches.Degree

3

RefitControl.DegreesAndSegmentsOrPatches.SegmentsOrPatches

1

RefitControl.DegreesAndSegmentsOrPatches.UDegree

5

RefitControl.DegreesAndSegmentsOrPatches.UPatches

1

RefitControl.DegreesAndSegmentsOrPatches.VDegree

5

RefitControl.DegreesAndSegmentsOrPatches.VPatches

1


Created in NX6.0.0.


Member Enumeration Documentation

Snip method added in v 7.5.0.

Enumerator:
TypesSnipCurve 

snip curve

TypesSnipSurface 

snip surface

TypesSnipAtPlane 

snip at plane

TypesIsoparamSnip 

isoparam snip


Member Function Documentation

Returns the cutting type
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to divide the surface
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to keep the original surface intact
Created in NX7.5.0.



License requirements : None

Returns the indicator for creating a new copy.

Returns:

Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the isoparametric position
Created in NX7.5.0.



License requirements : None

Returns a value indicating whether to keep the opposite surface.

This is applicable only when DivideSurface is false
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the project direction
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the refit control
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the 3D point picked on surface in Select Face
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the UV flag
Created in NX7.5.0.



License requirements : None

Sets the indicator for creating a new copy
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
createNewCopycreatenewcopy

Sets the cutting type
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
cutTypecuttype

Sets a value indicating whether to divide the surface
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
dividedivide

Sets a value indicating whether to keep the original surface intact
Created in NX7.5.0.



License requirements : None

Parameters:
editCopyeditcopy

Sets a value indicating whether to keep the opposite surface.

This is applicable only when DivideSurface is false
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
switchRegionswitchregion

Sets the 3D point picked on surface in Select Face
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
pntpnt

Sets the UV flag
Created in NX7.5.0.



License requirements : None

Parameters:
selectUVselectuv

Sets the snipping plane
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
planeplane

Sets the UV values of the picked point on surface
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Parameters:
surfacePointUVsurfacepointuv

Sets the snipping method accessor
Created in NX7.5.0.



License requirements : None

Parameters:
typetype

Returns the snipping curve
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the snipping object
Created in NX7.5.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the snipping plane
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the UV values of the picked point on surface
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the target face
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")

Returns the snipping method accessor
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.