NX Open C++ Reference Guide
|
Represents a Features::SectionSurface builder
To create a new instance of this class, use Features::FeatureCollection::CreateSectionSurfaceBuilder
Default values.
More...
Public Types | |
enum | ControlRegionEnum { ControlRegionEnumEntire, ControlRegionEnumStart, ControlRegionEnumEnd } |
This enum represents the type of the region where depth and skew can be applied. More... | |
enum | FlowDirectionEnum { FlowDirectionEnumNotSpecified, FlowDirectionEnumPerpendicular, FlowDirectionEnumIsoLineU, FlowDirectionEnumIsoLineV } |
This enum represents the type of flow direction for the start/end of the section surface. More... | |
enum | SectionMethodCircularTangentEnum { SectionMethodCircularTangentEnumFilletArc, SectionMethodCircularTangentEnumCoverArc } |
This enum represents the current types of section method for circular tangent method. More... | |
enum | SectionMethodFilletBridgeEnum { SectionMethodFilletBridgeEnumContinuity, SectionMethodFilletBridgeEnumInheritShape } |
This enum represents the current types of section method for fillet bridge method. More... | |
enum | SectionMethodRhoEnum { SectionMethodRhoEnumRho, SectionMethodRhoEnumLeastTension } |
This enum represents the current types of section method for section methods with rho law. More... | |
enum | Types { TypesEndsApexShoulder, TypesEndsSlopeShoulder, TypesFilletShoulder, TypesEndsApexRho, TypesEndsSlopeRho, TypesFilletRho, TypesEndsApexHilite, TypesEndsSlopeHilite, TypesFilletHilite, TypesFourPointSlope, TypesFivePoint, TypesThreePointArc, TypesTwoPointRadius, TypesEndSlopeArc, TypesPointRadiusAngleArc, TypesCircle, TypesCircleTangent, TypesEndsSlopeCubic, TypesFilletBridge, TypesLinearTangent } |
This enum represents the current types of section surface methods. More... | |
enum | UDegreeEnum { UDegreeEnumConic, UDegreeEnumCubic, UDegreeEnumQuintic } |
This enum represents the current types of section surface in u direction. More... | |
Public Member Functions | |
int | AlternateMethod () |
Returns the alternate method. | |
NXOpen::GeometricUtilities::LawBuilder * | AngleLaw () |
Returns the angle Law Created in NX6.0.0. | |
NXOpen::Section * | ApexCurve () |
Returns the apex curve. | |
NXOpen::Features::SectionSurfaceBuilder::ControlRegionEnum | ControlRegion () |
Returns the control region for fillet bridge Created in NX6.0.0. | |
bool | CreateApexCurve () |
Returns whether an apex curve should be created Created in NX6.0.0. | |
double | CurvatureTolerance () |
Returns the curvature tolerance Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | EndContinuity () |
Returns the end continuity for fillet bridge Created in NX6.0.0. | |
NXOpen::GeometricUtilities::DepthSkewBuilder * | EndDepthSkew () |
Returns the end depth and skew Created in NX6.0.0. | |
NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum | EndFlowDirection () |
Returns the end flow direction for fillet bridge Created in NX6.0.0. | |
NXOpen::Section * | EndGuide () |
Returns the end guide Created in NX6.0.0. | |
NXOpen::Section * | EndHighlightSection () |
Returns the end highlight section . | |
NXOpen::Section * | EndShapeCurve () |
Returns the end shape curve for fillet bridge Created in NX6.0.0. | |
NXOpen::Section * | EndSlope () |
Returns the end slope. | |
NXOpen::ScCollector * | EndSurface () |
Returns the end surface Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFilletShoulder , Features::SectionSurfaceBuilder::TypesFilletRho , Features::SectionSurfaceBuilder::TypesFilletHilite and Features::SectionSurfaceBuilder::TypesFilletBridge Created in NX6.0.0. | |
NXOpen::GeometricUtilities::DepthSkewBuilder * | EntireRegionDepthSkew () |
Returns the entire region depth and skew Created in NX6.0.0. | |
NXOpen::Section * | InteriorGuide1 () |
Returns the interior guide1. | |
NXOpen::Section * | InteriorGuide2 () |
Returns the interior guide2 Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFourPointSlope and Features::SectionSurfaceBuilder::TypesFivePoint Created in NX6.0.0. | |
NXOpen::Section * | InteriorGuide3 () |
Returns the interior guide3 Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFourPointSlope and Features::SectionSurfaceBuilder::TypesFivePoint Created in NX6.0.0. | |
NXOpen::Section * | OrientationGuide () |
Returns the orientation guide. | |
double | PositionTolerance () |
Returns the position tolerance Created in NX6.0.0. | |
NXOpen::GeometricUtilities::LawBuilder * | RadiusLaw () |
Returns the radius Law Created in NX6.0.0. | |
bool | ReverseEndSurface () |
Returns the reverse end surface Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesPointRadiusAngleArc and Features::SectionSurfaceBuilder::TypesFilletBridge Created in NX6.0.0. | |
bool | ReverseStartDirection () |
Returns the reverse start direction. | |
NXOpen::GeometricUtilities::LawBuilder * | RhoLaw () |
Returns the rho Law Created in NX6.0.0. | |
NXOpen::Features::SectionSurfaceBuilder::SectionMethodCircularTangentEnum | SectionMethodCircularTangent () |
Returns the section method for circular tangent Created in NX6.0.0. | |
NXOpen::Features::SectionSurfaceBuilder::SectionMethodFilletBridgeEnum | SectionMethodFilletBridge () |
Returns the section method for fillet bridge Created in NX6.0.0. | |
NXOpen::Features::SectionSurfaceBuilder::SectionMethodRhoEnum | SectionMethodRho () |
Returns the section method for rho law Created in NX6.0.0. | |
void | SetAlternateMethod (int alternateMethod) |
Sets the alternate method. | |
void | SetControlRegion (NXOpen::Features::SectionSurfaceBuilder::ControlRegionEnum controlRegion) |
Sets the control region for fillet bridge Created in NX6.0.0. | |
void | SetCreateApexCurve (bool createApexCurve) |
Sets whether an apex curve should be created Created in NX5.0.0. | |
void | SetCurvatureTolerance (double curvatureTolerance) |
Sets the curvature tolerance Created in NX6.0.0. | |
void | SetEndFlowDirection (NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum endFlowDirection) |
Sets the end flow direction for fillet bridge Created in NX6.0.0. | |
void | SetPositionTolerance (double positionTolerance) |
Sets the position tolerance Created in NX6.0.0. | |
void | SetReverseEndSurface (bool reverseEndSurface) |
Sets the reverse end surface Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesPointRadiusAngleArc and Features::SectionSurfaceBuilder::TypesFilletBridge Created in NX6.0.0. | |
void | SetReverseStartDirection (bool reverseStartDirection) |
Sets the reverse start direction. | |
void | SetSectionMethodCircularTangent (NXOpen::Features::SectionSurfaceBuilder::SectionMethodCircularTangentEnum sectionMethodCircularTangent) |
Sets the section method for circular tangent Created in NX6.0.0. | |
void | SetSectionMethodFilletBridge (NXOpen::Features::SectionSurfaceBuilder::SectionMethodFilletBridgeEnum sectionMethodFilletBridge) |
Sets the section method for fillet bridge Created in NX6.0.0. | |
void | SetSectionMethodRho (NXOpen::Features::SectionSurfaceBuilder::SectionMethodRhoEnum sectionMethodRho) |
Sets the section method for rho law Created in NX6.0.0. | |
void | SetStartFlowDirection (NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum startFlowDirection) |
Sets the start flow direction for fillet bridge Created in NX6.0.0. | |
void | SetTangentTolerance (double tangentTolerance) |
Sets the tangent tolerance Created in NX6.0.0. | |
void | SetType (NXOpen::Features::SectionSurfaceBuilder::Types type) |
Sets the type Created in NX6.0.0. | |
void | SetUDegree (NXOpen::Features::SectionSurfaceBuilder::UDegreeEnum uDegree) |
Sets the u degree Created in NX6.0.0. | |
NXOpen::Section * | Shoulder () |
Returns the shoulder. | |
NXOpen::Section * | SpineCurve () |
Returns the spine curve Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | StartContinuity () |
Returns the start continuity for fillet bridge Created in NX6.0.0. | |
NXOpen::GeometricUtilities::DepthSkewBuilder * | StartDepthSkew () |
Returns the start depth and skew Created in NX6.0.0. | |
NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum | StartFlowDirection () |
Returns the start flow direction for fillet bridge Created in NX6.0.0. | |
NXOpen::Section * | StartGuide () |
Returns the start guide Created in NX6.0.0. | |
NXOpen::Section * | StartHighlightSection () |
Returns the start highlight section. | |
NXOpen::Section * | StartShapeCurve () |
Returns the start shape curve for fillet bridge Created in NX6.0.0. | |
NXOpen::Section * | StartSlope () |
Returns the start slope. | |
NXOpen::ScCollector * | StartSurface () |
Returns the start surface. | |
double | TangentTolerance () |
Returns the tangent tolerance Created in NX6.0.0. | |
NXOpen::Features::SectionSurfaceBuilder::Types | Type () |
Returns the type Created in NX6.0.0. | |
NXOpen::Features::SectionSurfaceBuilder::UDegreeEnum | UDegree () |
Returns the u degree Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Rebuild * | VDegree () |
Returns the v degree Created in NX6.0.0. |
Represents a Features::SectionSurface builder
To create a new instance of this class, use Features::FeatureCollection::CreateSectionSurfaceBuilder
Default values.
Property | Value |
---|---|
AngleLaw.EndValue.Value |
1 |
AngleLaw.Function |
ft |
AngleLaw.LawType |
Constant |
AngleLaw.Parameter |
t |
AngleLaw.StartValue.Value |
1 |
AngleLaw.Value.Value |
0.0 |
EndContinuity.ContinuityType |
G1 |
RadiusLaw.EndValue.Value |
1.0 (millimeters part), 0.05 (inches part) |
RadiusLaw.StartValue.Value |
1.0 (millimeters part), 0.05 (inches part) |
RadiusLaw.Value.Value |
1.0 (millimeters part), 0.05 (inches part) |
RhoLaw.EndValue.Value |
0.5 |
RhoLaw.StartValue.Value |
0.5 |
RhoLaw.Value.Value |
0.5 |
SectionMethodCircularTangent |
FilletArc |
SectionMethodFilletBridge |
Continuity |
SectionMethodRho |
Rho |
StartContinuity.ContinuityType |
G1 |
Created in NX5.0.0.
This enum represents the type of the region where depth and skew can be applied.
This enum represents the type of flow direction for the start/end of the section surface.
This enum represents the current types of section surface methods.
Returns the alternate method.
This api only applies to the follow section surface methods, circle_tangent and linear-tangent
Created in NX6.0.0.
License requirements : None
Returns the angle Law
Created in NX6.0.0.
License requirements : None
Returns the apex curve.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesEndsApexShoulder , Features::SectionSurfaceBuilder::TypesEndsApexRho , and Features::SectionSurfaceBuilder::TypesEndsApexHilite
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SectionSurfaceBuilder::ControlRegionEnum NXOpen::Features::SectionSurfaceBuilder::ControlRegion | ( | ) |
Returns the control region for fillet bridge
Created in NX6.0.0.
License requirements : None
Returns whether an apex curve should be created
Created in NX6.0.0.
License requirements : None
Returns the curvature tolerance
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
Returns the end continuity for fillet bridge
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::DepthSkewBuilder* NXOpen::Features::SectionSurfaceBuilder::EndDepthSkew | ( | ) |
Returns the end depth and skew
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum NXOpen::Features::SectionSurfaceBuilder::EndFlowDirection | ( | ) |
Returns the end flow direction for fillet bridge
Created in NX6.0.0.
License requirements : None
Returns the end guide
Created in NX6.0.0.
License requirements : None
Returns the end highlight section .
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesEndsApexHilite , Features::SectionSurfaceBuilder::TypesEndsSlopeHilite and Features::SectionSurfaceBuilder::TypesFilletHilite
Created in NX6.0.0.
License requirements : None
Returns the end shape curve for fillet bridge
Created in NX6.0.0.
License requirements : None
Returns the end slope.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesEndsSlopeShoulder , Features::SectionSurfaceBuilder::TypesEndsSlopeRho , Features::SectionSurfaceBuilder::TypesEndsSlopeHilite , Features::SectionSurfaceBuilder::TypesEndsSlopeCubic and Features::SectionSurfaceBuilder::TypesFourPointSlope
Created in NX6.0.0.
License requirements : None
Returns the end surface Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFilletShoulder , Features::SectionSurfaceBuilder::TypesFilletRho , Features::SectionSurfaceBuilder::TypesFilletHilite and Features::SectionSurfaceBuilder::TypesFilletBridge
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::DepthSkewBuilder* NXOpen::Features::SectionSurfaceBuilder::EntireRegionDepthSkew | ( | ) |
Returns the entire region depth and skew
Created in NX6.0.0.
License requirements : None
Returns the interior guide1.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFourPointSlope , Features::SectionSurfaceBuilder::TypesFivePoint , and Features::SectionSurfaceBuilder::TypesThreePointArc
Created in NX6.0.0.
License requirements : None
Returns the interior guide2 Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFourPointSlope and Features::SectionSurfaceBuilder::TypesFivePoint
Created in NX6.0.0.
License requirements : None
Returns the interior guide3 Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFourPointSlope and Features::SectionSurfaceBuilder::TypesFivePoint
Created in NX6.0.0.
License requirements : None
Returns the orientation guide.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesCircle
Created in NX6.0.0.
License requirements : None
Returns the position tolerance
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
Returns the radius Law
Created in NX6.0.0.
License requirements : None
Returns the reverse end surface Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesPointRadiusAngleArc and Features::SectionSurfaceBuilder::TypesFilletBridge
Created in NX6.0.0.
License requirements : None
Returns the reverse start direction.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesPointRadiusAngleArc and Features::SectionSurfaceBuilder::TypesFilletBridge
Created in NX6.0.0.
License requirements : None
Returns the rho Law
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SectionSurfaceBuilder::SectionMethodCircularTangentEnum NXOpen::Features::SectionSurfaceBuilder::SectionMethodCircularTangent | ( | ) |
Returns the section method for circular tangent
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SectionSurfaceBuilder::SectionMethodFilletBridgeEnum NXOpen::Features::SectionSurfaceBuilder::SectionMethodFilletBridge | ( | ) |
Returns the section method for fillet bridge
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SectionSurfaceBuilder::SectionMethodRhoEnum NXOpen::Features::SectionSurfaceBuilder::SectionMethodRho | ( | ) |
Returns the section method for rho law
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::SectionSurfaceBuilder::SetAlternateMethod | ( | int | alternateMethod | ) |
Sets the alternate method.
This api only applies to the follow section surface methods, circle_tangent and linear-tangent
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
alternateMethod | alternatemethod |
void NXOpen::Features::SectionSurfaceBuilder::SetControlRegion | ( | NXOpen::Features::SectionSurfaceBuilder::ControlRegionEnum | controlRegion | ) |
Sets the control region for fillet bridge
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
controlRegion | controlregion |
void NXOpen::Features::SectionSurfaceBuilder::SetCreateApexCurve | ( | bool | createApexCurve | ) |
Sets whether an apex curve should be created
Created in NX5.0.0.
License requirements : nx_freeform_1 ("basic freeform modeling"), solid_modeling ("SOLIDS MODELING")
createApexCurve | createapexcurve |
void NXOpen::Features::SectionSurfaceBuilder::SetCurvatureTolerance | ( | double | curvatureTolerance | ) |
Sets the curvature tolerance
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
curvatureTolerance | curvaturetolerance |
void NXOpen::Features::SectionSurfaceBuilder::SetEndFlowDirection | ( | NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum | endFlowDirection | ) |
Sets the end flow direction for fillet bridge
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
endFlowDirection | endflowdirection |
void NXOpen::Features::SectionSurfaceBuilder::SetPositionTolerance | ( | double | positionTolerance | ) |
Sets the position tolerance
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
positionTolerance | positiontolerance |
void NXOpen::Features::SectionSurfaceBuilder::SetReverseEndSurface | ( | bool | reverseEndSurface | ) |
Sets the reverse end surface Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesPointRadiusAngleArc and Features::SectionSurfaceBuilder::TypesFilletBridge
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
reverseEndSurface | reverseendsurface |
void NXOpen::Features::SectionSurfaceBuilder::SetReverseStartDirection | ( | bool | reverseStartDirection | ) |
Sets the reverse start direction.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesPointRadiusAngleArc and Features::SectionSurfaceBuilder::TypesFilletBridge
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
reverseStartDirection | reversestartdirection |
void NXOpen::Features::SectionSurfaceBuilder::SetSectionMethodCircularTangent | ( | NXOpen::Features::SectionSurfaceBuilder::SectionMethodCircularTangentEnum | sectionMethodCircularTangent | ) |
Sets the section method for circular tangent
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
sectionMethodCircularTangent | sectionmethodcirculartangent |
void NXOpen::Features::SectionSurfaceBuilder::SetSectionMethodFilletBridge | ( | NXOpen::Features::SectionSurfaceBuilder::SectionMethodFilletBridgeEnum | sectionMethodFilletBridge | ) |
Sets the section method for fillet bridge
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
sectionMethodFilletBridge | sectionmethodfilletbridge |
void NXOpen::Features::SectionSurfaceBuilder::SetSectionMethodRho | ( | NXOpen::Features::SectionSurfaceBuilder::SectionMethodRhoEnum | sectionMethodRho | ) |
Sets the section method for rho law
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
sectionMethodRho | sectionmethodrho |
void NXOpen::Features::SectionSurfaceBuilder::SetStartFlowDirection | ( | NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum | startFlowDirection | ) |
Sets the start flow direction for fillet bridge
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
startFlowDirection | startflowdirection |
void NXOpen::Features::SectionSurfaceBuilder::SetTangentTolerance | ( | double | tangentTolerance | ) |
Sets the tangent tolerance
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
tangentTolerance | tangenttolerance |
void NXOpen::Features::SectionSurfaceBuilder::SetType | ( | NXOpen::Features::SectionSurfaceBuilder::Types | type | ) |
Sets the type
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
type | type |
void NXOpen::Features::SectionSurfaceBuilder::SetUDegree | ( | NXOpen::Features::SectionSurfaceBuilder::UDegreeEnum | uDegree | ) |
Sets the u degree
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
uDegree | udegree |
Returns the shoulder.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesEndsApexShoulder , Features::SectionSurfaceBuilder::TypesEndsSlopeShoulder and Features::SectionSurfaceBuilder::TypesFilletShoulder
Created in NX6.0.0.
License requirements : None
Returns the spine curve
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::Continuity* NXOpen::Features::SectionSurfaceBuilder::StartContinuity | ( | ) |
Returns the start continuity for fillet bridge
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::DepthSkewBuilder* NXOpen::Features::SectionSurfaceBuilder::StartDepthSkew | ( | ) |
Returns the start depth and skew
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SectionSurfaceBuilder::FlowDirectionEnum NXOpen::Features::SectionSurfaceBuilder::StartFlowDirection | ( | ) |
Returns the start flow direction for fillet bridge
Created in NX6.0.0.
License requirements : None
Returns the start guide
Created in NX6.0.0.
License requirements : None
Returns the start highlight section.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesEndsApexHilite , Features::SectionSurfaceBuilder::TypesEndsSlopeHilite and Features::SectionSurfaceBuilder::TypesFilletHilite
Created in NX6.0.0.
License requirements : None
Returns the start shape curve for fillet bridge
Created in NX6.0.0.
License requirements : None
Returns the start slope.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesEndsSlopeShoulder , Features::SectionSurfaceBuilder::TypesEndsSlopeRho , Features::SectionSurfaceBuilder::TypesEndsSlopeHilite , Features::SectionSurfaceBuilder::TypesEndsSlopeCubic and Features::SectionSurfaceBuilder::TypesFourPointSlope
Created in NX6.0.0.
License requirements : None
Returns the start surface.
Only applies to the follow section surface types: Features::SectionSurfaceBuilder::TypesFilletShoulder , Features::SectionSurfaceBuilder::TypesFilletRho , Features::SectionSurfaceBuilder::TypesFilletHilite and Features::SectionSurfaceBuilder::TypesFilletBridge
Created in NX6.0.0.
License requirements : None
Returns the tangent tolerance
Created in NX6.0.0.
License requirements : features_modeling ("FEATURES MODELING"), nx_freeform_1 ("basic freeform modeling")
Returns the type
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SectionSurfaceBuilder::UDegreeEnum NXOpen::Features::SectionSurfaceBuilder::UDegree | ( | ) |
Returns the u degree
Created in NX6.0.0.
License requirements : None
Returns the v degree
Created in NX6.0.0.
License requirements : None