NX Open C++ Reference Guide
|
Represents a builder for a Replace Blend feature. More...
Public Member Functions | |
NXOpen::Expression * | ControlRadius () |
Returns the control radius to replace blend. | |
NXOpen::ScCollector * | FaceToReblend () |
Returns the face collector. | |
bool | InheritRadiusFromFace () |
Returns the inherit radius from face control. | |
void | SetInheritRadiusFromFace (bool inheritRadiusFromFace) |
Sets the inherit radius from face control. | |
void | SetShapeMatch (int shapeMatch) |
Sets the shape match. | |
int | ShapeMatch () |
Returns the shape match. |
Represents a builder for a Replace Blend feature.
To create a new instance of this class, use Features::FeatureCollection::CreateReplaceBlendBuilder
Default values.
Property | Value |
---|---|
ControlRadius.Value |
5.0 (millimeters part), 0.2 (inches part) |
Created in NX7.0.0.
Returns the control radius to replace blend.
Created in NX7.0.0.
License requirements : None
Returns the face collector.
This holds all the input faces to replace blend.
Created in NX7.0.0.
License requirements : None
Returns the inherit radius from face control.
Created in NX7.0.0.
License requirements : None
void NXOpen::Features::ReplaceBlendBuilder::SetInheritRadiusFromFace | ( | bool | inheritRadiusFromFace | ) |
Sets the inherit radius from face control.
Created in NX7.0.0.
License requirements : None
inheritRadiusFromFace | inheritradiusfromface |
void NXOpen::Features::ReplaceBlendBuilder::SetShapeMatch | ( | int | shapeMatch | ) |
Sets the shape match.
This controls the Max tolerance to identify blend.
Created in NX7.0.0.
License requirements : None
shapeMatch | shapematch |
Returns the shape match.
This controls the Max tolerance to identify blend.
Created in NX7.0.0.
License requirements : None