NX Open C++ Reference Guide
|
Represents a Features::SnipSurface builder
To create a new instance of this class, use Features::FeatureCollection::CreateSnipSurfaceBuilder
Default values.
More...
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::Expression * | IsoparametricPosition () |
Returns the isoparametric position Created in NX7.5.0. | |
bool | KeepOppositeSurface () |
Returns a value indicating whether to keep the opposite surface. | |
NXOpen::GeometricUtilities::ProjectionOptions * | ProjectDirection () |
Returns the project direction Created in NX6.0.0. | |
NXOpen::GeometricUtilities::RefitControlBuilder * | RefitControl () |
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::Section * | SnippingCurve () |
Returns the snipping curve Created in NX6.0.0. | |
NXOpen::SelectTaggedObject * | SnippingObject () |
Returns the snipping object Created in NX7.5.0. | |
NXOpen::Plane * | SnippingPlane () |
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::SelectFace * | TargetFace () |
Returns the target face Created in NX6.0.0. | |
NXOpen::Features::SnipSurfaceBuilder::Types | Type () |
Returns the snipping method accessor Created in NX7.5.0. |
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.
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 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")
NXOpen::GeometricUtilities::ProjectionOptions* NXOpen::Features::SnipSurfaceBuilder::ProjectDirection | ( | ) |
Returns the project direction
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
NXOpen::GeometricUtilities::RefitControlBuilder* NXOpen::Features::SnipSurfaceBuilder::RefitControl | ( | ) |
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
void NXOpen::Features::SnipSurfaceBuilder::SetCreateNewCopy | ( | bool | createNewCopy | ) |
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")
createNewCopy | createnewcopy |
void NXOpen::Features::SnipSurfaceBuilder::SetCutType | ( | int | cutType | ) |
Sets the cutting type
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
cutType | cuttype |
void NXOpen::Features::SnipSurfaceBuilder::SetDivideSurface | ( | bool | divide | ) |
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")
divide | divide |
void NXOpen::Features::SnipSurfaceBuilder::SetEditCopy | ( | bool | editCopy | ) |
Sets a value indicating whether to keep the original surface intact
Created in NX7.5.0.
License requirements : None
editCopy | editcopy |
void NXOpen::Features::SnipSurfaceBuilder::SetKeepOppositeSurface | ( | bool | switchRegion | ) |
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")
switchRegion | switchregion |
void NXOpen::Features::SnipSurfaceBuilder::SetRegionPickPoint | ( | const NXOpen::Point3d & | pnt | ) |
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")
pnt | pnt |
void NXOpen::Features::SnipSurfaceBuilder::SetSelectUV | ( | int | selectUV | ) |
Sets the UV flag
Created in NX7.5.0.
License requirements : None
selectUV | selectuv |
void NXOpen::Features::SnipSurfaceBuilder::SetSnippingPlane | ( | NXOpen::Plane * | plane | ) |
Sets the snipping plane
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
plane | plane |
void NXOpen::Features::SnipSurfaceBuilder::SetSurfacePointUV | ( | const NXOpen::Point3d & | surfacePointUV | ) |
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")
surfacePointUV | surfacepointuv |
void NXOpen::Features::SnipSurfaceBuilder::SetType | ( | NXOpen::Features::SnipSurfaceBuilder::Types | type | ) |
Sets the snipping method accessor
Created in NX7.5.0.
License requirements : None
type | type |
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