AestheticFaceBlendBuilder Class¶
-
class
NXOpen.Features.AestheticFaceBlendBuilder¶ Bases:
NXOpen.Features.FeatureBuilderThis class will provide ability to create aesthetically pleasing blend surfaces on sheet and solid bodies.
To create a new instance of this class, use
NXOpen.Features.FeatureCollection.CreateAestheticFaceBlendBuilder()Default values.
Property Value AlignmentOption RollingBall BaseRadiusLaw.Function ft BaseRadiusLaw.LawType MultiTransition BaseRadiusLaw.Parameter t BlendFacesOption TrimtoAllInputFaces BlendOption Radius CenterChordLaw.LawType Constant CenterOption CenterRadius CenterRadiusLaw.LawType MultiTransition Chain1Continuity.ContinuityType G1 Chain2Continuity.ContinuityType G1 ChordLength.Value (deprecated) 10 (millimeters part), 0.4 (inches part) ChordLengthLaw.LawType Constant Continuity.ContinuityType (deprecated) G1 CurvatureTolerance 0.5 Degrees.Degree 3 Degrees.SegmentsOrPatches 1 Degrees.UDegree 5 Degrees.UPatches 1 Degrees.VDegree 5 Degrees.VPatches 1 IsAccelerated 1 IsBezier 0 IsCenterlineCurve 0 IsMinimumRadius 0 IsMinimumSubtendedAngle 0 IsRationalOutput 0 IsSameTransition 1 IsSewAllFaces 0 IsTrimInputFaces 0 IsWashout1 0 IsWashout2 0 MinimumEdgeLength 10 MinimumRadius.Value 2.5 (millimeters part), 0.098 (inches part) MinimumSubtendedAngle 5.0 RhoOption Relative RhoValue 0.6 SectionScaling1.Value 1 SectionScaling2.Value 1 SegmentationOption AtAllTransitions ShapeOption (deprecated) Accelerated New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| AlignmentOption | Returns or sets the alignment option |
| BaseRadiusLaw | Returns the base radius law variable |
| BlendFacesOption | Returns or sets the blend faces option |
| BlendOption | Returns or sets the method option |
| CenterChordLaw | Returns the center chord law |
| CenterOption | Returns or sets the center option |
| CenterRadiusLaw | Returns the center radius law |
| Chain1Continuity | Returns the chain 1 continuity |
| Chain2Continuity | Returns the chain 2 continuity |
| ChordLength | Returns the chord length |
| ChordLengthLaw | Returns the chord length law variable |
| ConstrainedEndPoint1 | Returns or sets the end point1 |
| ConstrainedEndPoint2 | Returns or sets the end point2 |
| ConstrainedStartPoint1 | Returns or sets the start point1 |
| ConstrainedStartPoint2 | Returns or sets the start point2 |
| Continuity | Returns the continuity |
| CurvatureTolerance | Returns or sets the curvature tolerance |
| Degrees | Returns the degrees |
| FaceChain1 | Returns the face chain1 |
| FaceChain2 | Returns the face chain2 |
| IsAccelerated | Returns or sets the method to control the shape |
| IsBezier | Returns or sets the bezier |
| IsCenterlineCurve | Returns or sets the centerline curve |
| IsMinimumRadius | Returns or sets the is min radius |
| IsMinimumSubtendedAngle | Returns or sets the minimum subtended angle flag |
| IsRationalOutput | Returns or sets the rational output |
| IsSameTransition | Returns or sets the blend cross section is using the same transition as blend tangent or not |
| IsSewAllFaces | Returns or sets the is sew faces |
| IsTrimInputFaces | Returns or sets the is trim faces |
| IsWashout1 | Returns or sets the washout1 |
| IsWashout2 | Returns or sets the toggle washout2 |
| LimitsList | Returns the trim object collector list |
| MinimumEdgeLength | Returns or sets the max edge length |
| MinimumRadius | Returns the min radius |
| MinimumSubtendedAngle | Returns or sets the minimum subtended angle |
| ParameterSpine | Returns the parameter spine |
| ParentFeatureInternal | Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal |
| PatchSolutionFlag | Returns or sets the patch solution flag |
| PatchSurfaceFilename | Returns or sets the patch surface filename |
| PositionTolerance | Returns or sets the position tolerance |
| RelativeEndBlendEndPoint | Returns or sets the relative end point on the washout curve of end blend. |
| RelativeEndBlendStartPoint | Returns or sets the relative start point on the washout curve of end blend. |
| RelativeStartBlendEndPoint | Returns or sets the relative end point on the washout curve of start blend. |
| RelativeStartBlendStartPoint | Returns or sets the relative start point on the washout curve of start blend. |
| ReverseNormal1 | Returns or sets the reverse normal1 |
| ReverseNormal2 | Returns or sets the reverse normal2 |
| RhoOption | Returns or sets the rho option |
| RhoValue | Returns or sets the rho value |
| SectionAlignmentVector | Returns or sets the section alignment vector |
| SectionScaling1 | Returns the section scaling |
| SectionScaling2 | Returns the section scaling2 |
| SegmentationOption | Returns or sets the segmentation option |
| ShapeOption | Returns or sets the shape option |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
| TangentMagnitude | Returns the tangent magnitude |
| TangentTolerance | Returns or sets the tangent tolerance |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| CommitFeature | Commits the feature parameters and creates the feature |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetFeature | Returns the feature currently being edited by this builder. |
| GetObject | Returns the object currently being edited by this builder. |
| HideInternalParentFeatureAfterEdit | Re-suppress an internal parent feature (a slave feature) after it has been edited. |
| SetParentFeatureInternal | Set the parent features which would be internal or slaves to the feature being created or commited |
| ShowInternalParentFeatureForEdit | Unsuppress an internal parent feature (a slave feature) so it can be edited. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| UnsetParentFeatureInternal | Set the internal parent feature of the feature being edited to external |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| AestheticFaceBlendBuilderAlignmentType Enumeration | Alignment method provides the ability to align the cross sections of the blend in the user specified direction |
| AestheticFaceBlendBuilderBlendFacesType Enumeration | Trimming options |
| AestheticFaceBlendBuilderBlendType Enumeration | Tangent method will create tangent lines based on the method employed. |
| AestheticFaceBlendBuilderCenterType Enumeration | Center methods will define peak of the blend |
| AestheticFaceBlendBuilderEndTrimObjectType Enumeration | End object overriding trim options |
| AestheticFaceBlendBuilderRhoType Enumeration | Rho options |
| AestheticFaceBlendBuilderSegmentationType Enumeration | Segmentations options |
| AestheticFaceBlendBuilderShapeType Enumeration | Shape methods will define the high level shape of the blend cross section. |
| AestheticFaceBlendBuilderStartTrimObjectType Enumeration | Start object overriding trim options |
Property Detail¶
AlignmentOption¶
-
AestheticFaceBlendBuilder.AlignmentOption¶ Returns or sets the alignment option
-------------------------------------Getter Method
Signature
AlignmentOptionReturns: Return type: NXOpen.Features.AestheticFaceBlendBuilderAlignmentTypeNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AlignmentOptionParameters: alignmentOption ( NXOpen.Features.AestheticFaceBlendBuilderAlignmentType) –New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
BaseRadiusLaw¶
-
AestheticFaceBlendBuilder.BaseRadiusLaw¶ Returns the base radius law variable
-------------------------------------Getter Method
Signature
BaseRadiusLawReturns: Return type: NXOpen.GeometricUtilities.LawBuilderNew in version NX7.5.0.
License requirements: None.
BlendFacesOption¶
-
AestheticFaceBlendBuilder.BlendFacesOption¶ Returns or sets the blend faces option
-------------------------------------Getter Method
Signature
BlendFacesOptionReturns: Return type: NXOpen.Features.AestheticFaceBlendBuilderBlendFacesTypeNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BlendFacesOptionParameters: blendFacesOption ( NXOpen.Features.AestheticFaceBlendBuilderBlendFacesType) –New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
BlendOption¶
-
AestheticFaceBlendBuilder.BlendOption¶ Returns or sets the method option
-------------------------------------Getter Method
Signature
BlendOptionReturns: Return type: NXOpen.Features.AestheticFaceBlendBuilderBlendTypeNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BlendOptionParameters: blendOption ( NXOpen.Features.AestheticFaceBlendBuilderBlendType) –New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
CenterChordLaw¶
-
AestheticFaceBlendBuilder.CenterChordLaw¶ Returns the center chord law
-------------------------------------Getter Method
Signature
CenterChordLawReturns: Return type: NXOpen.GeometricUtilities.LawBuilderNew in version NX8.0.0.
License requirements: None.
CenterOption¶
-
AestheticFaceBlendBuilder.CenterOption¶ Returns or sets the center option
-------------------------------------Getter Method
Signature
CenterOptionReturns: Return type: NXOpen.Features.AestheticFaceBlendBuilderCenterTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CenterOptionParameters: centerOption ( NXOpen.Features.AestheticFaceBlendBuilderCenterType) –New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
CenterRadiusLaw¶
-
AestheticFaceBlendBuilder.CenterRadiusLaw¶ Returns the center radius law
-------------------------------------Getter Method
Signature
CenterRadiusLawReturns: Return type: NXOpen.GeometricUtilities.LawBuilderNew in version NX7.5.0.
License requirements: None.
Chain1Continuity¶
-
AestheticFaceBlendBuilder.Chain1Continuity¶ Returns the chain 1 continuity
-------------------------------------Getter Method
Signature
Chain1ContinuityReturns: Return type: NXOpen.GeometricUtilities.ContinuityNew in version NX8.0.0.
License requirements: None.
Chain2Continuity¶
-
AestheticFaceBlendBuilder.Chain2Continuity¶ Returns the chain 2 continuity
-------------------------------------Getter Method
Signature
Chain2ContinuityReturns: Return type: NXOpen.GeometricUtilities.ContinuityNew in version NX8.0.0.
License requirements: None.
ChordLength¶
-
AestheticFaceBlendBuilder.ChordLength¶ Returns the chord length
-------------------------------------Getter Method
Signature
ChordLengthReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
Deprecated since version NX8.0.0: Use
Features.AestheticFaceBlendBuilder.ChordLengthLaw()instead.License requirements: None.
ChordLengthLaw¶
-
AestheticFaceBlendBuilder.ChordLengthLaw¶ Returns the chord length law variable
-------------------------------------Getter Method
Signature
ChordLengthLawReturns: Return type: NXOpen.GeometricUtilities.LawBuilderNew in version NX8.0.0.
License requirements: None.
ConstrainedEndPoint1¶
-
AestheticFaceBlendBuilder.ConstrainedEndPoint1¶ Returns or sets the end point1
-------------------------------------Getter Method
Signature
ConstrainedEndPoint1Returns: Return type: NXOpen.PointNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConstrainedEndPoint1Parameters: endPoint1 ( NXOpen.Point) –New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
ConstrainedEndPoint2¶
-
AestheticFaceBlendBuilder.ConstrainedEndPoint2¶ Returns or sets the end point2
-------------------------------------Getter Method
Signature
ConstrainedEndPoint2Returns: Return type: NXOpen.PointNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConstrainedEndPoint2Parameters: endPoint2 ( NXOpen.Point) –New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
ConstrainedStartPoint1¶
-
AestheticFaceBlendBuilder.ConstrainedStartPoint1¶ Returns or sets the start point1
-------------------------------------Getter Method
Signature
ConstrainedStartPoint1Returns: Return type: NXOpen.PointNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConstrainedStartPoint1Parameters: startPoint1 ( NXOpen.Point) –New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
ConstrainedStartPoint2¶
-
AestheticFaceBlendBuilder.ConstrainedStartPoint2¶ Returns or sets the start point2
-------------------------------------Getter Method
Signature
ConstrainedStartPoint2Returns: Return type: NXOpen.PointNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConstrainedStartPoint2Parameters: startPoint2 ( NXOpen.Point) –New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
Continuity¶
-
AestheticFaceBlendBuilder.Continuity¶ Returns the continuity
-------------------------------------Getter Method
Signature
ContinuityReturns: Return type: NXOpen.GeometricUtilities.ContinuityNew in version NX7.5.0.
Deprecated since version NX8.0.0: Use
Features.AestheticFaceBlendBuilder.Chain1Continuity()andFeatures.AestheticFaceBlendBuilder.Chain2Continuity()instead.License requirements: None.
CurvatureTolerance¶
-
AestheticFaceBlendBuilder.CurvatureTolerance¶ Returns or sets the curvature tolerance
-------------------------------------Getter Method
Signature
CurvatureToleranceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CurvatureToleranceParameters: curvatureTolerance (float) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
Degrees¶
-
AestheticFaceBlendBuilder.Degrees¶ Returns the degrees
-------------------------------------Getter Method
Signature
DegreesReturns: Return type: NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilderNew in version NX7.5.0.
License requirements: None.
FaceChain1¶
-
AestheticFaceBlendBuilder.FaceChain1¶ Returns the face chain1
-------------------------------------Getter Method
Signature
FaceChain1Returns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
FaceChain2¶
-
AestheticFaceBlendBuilder.FaceChain2¶ Returns the face chain2
-------------------------------------Getter Method
Signature
FaceChain2Returns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
IsAccelerated¶
-
AestheticFaceBlendBuilder.IsAccelerated¶ Returns or sets the method to control the shape
-------------------------------------Getter Method
Signature
IsAcceleratedReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsAcceleratedParameters: isAccelerated (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsBezier¶
-
AestheticFaceBlendBuilder.IsBezier¶ Returns or sets the bezier
-------------------------------------Getter Method
Signature
IsBezierReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsBezierParameters: isBezier (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsCenterlineCurve¶
-
AestheticFaceBlendBuilder.IsCenterlineCurve¶ Returns or sets the centerline curve
-------------------------------------Getter Method
Signature
IsCenterlineCurveReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsCenterlineCurveParameters: isCenterlineCurve (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsMinimumRadius¶
-
AestheticFaceBlendBuilder.IsMinimumRadius¶ Returns or sets the is min radius
-------------------------------------Getter Method
Signature
IsMinimumRadiusReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsMinimumRadiusParameters: isMinimumRadius (bool) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsMinimumSubtendedAngle¶
-
AestheticFaceBlendBuilder.IsMinimumSubtendedAngle¶ Returns or sets the minimum subtended angle flag
-------------------------------------Getter Method
Signature
IsMinimumSubtendedAngleReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsMinimumSubtendedAngleParameters: isMinimumSubtendedAngle (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsRationalOutput¶
-
AestheticFaceBlendBuilder.IsRationalOutput¶ Returns or sets the rational output
-------------------------------------Getter Method
Signature
IsRationalOutputReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsRationalOutputParameters: isRationalOutput (bool) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsSameTransition¶
-
AestheticFaceBlendBuilder.IsSameTransition¶ Returns or sets the blend cross section is using the same transition as blend tangent or not
-------------------------------------Getter Method
Signature
IsSameTransitionReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsSameTransitionParameters: isSameTransition (bool) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsSewAllFaces¶
-
AestheticFaceBlendBuilder.IsSewAllFaces¶ Returns or sets the is sew faces
-------------------------------------Getter Method
Signature
IsSewAllFacesReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsSewAllFacesParameters: isSewFaces (bool) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsTrimInputFaces¶
-
AestheticFaceBlendBuilder.IsTrimInputFaces¶ Returns or sets the is trim faces
-------------------------------------Getter Method
Signature
IsTrimInputFacesReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsTrimInputFacesParameters: isTrimFaces (bool) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsWashout1¶
-
AestheticFaceBlendBuilder.IsWashout1¶ Returns or sets the washout1
-------------------------------------Getter Method
Signature
IsWashout1Returns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsWashout1Parameters: isWashout1 (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
IsWashout2¶
-
AestheticFaceBlendBuilder.IsWashout2¶ Returns or sets the toggle washout2
-------------------------------------Getter Method
Signature
IsWashout2Returns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsWashout2Parameters: isWashout2 (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
LimitsList¶
-
AestheticFaceBlendBuilder.LimitsList¶ Returns the trim object collector list
-------------------------------------Getter Method
Signature
LimitsListReturns: Return type: NXOpen.GeometricUtilities.BlendLimitsDataNew in version NX8.0.0.
License requirements: None.
MinimumEdgeLength¶
-
AestheticFaceBlendBuilder.MinimumEdgeLength¶ Returns or sets the max edge length
-------------------------------------Getter Method
Signature
MinimumEdgeLengthReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumEdgeLengthParameters: minEdgeLength (float) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
MinimumRadius¶
-
AestheticFaceBlendBuilder.MinimumRadius¶ Returns the min radius
-------------------------------------Getter Method
Signature
MinimumRadiusReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
MinimumSubtendedAngle¶
-
AestheticFaceBlendBuilder.MinimumSubtendedAngle¶ Returns or sets the minimum subtended angle
-------------------------------------Getter Method
Signature
MinimumSubtendedAngleReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumSubtendedAngleParameters: minimumSubtendedAngle (float) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
ParameterSpine¶
-
AestheticFaceBlendBuilder.ParameterSpine¶ Returns the parameter spine
-------------------------------------Getter Method
Signature
ParameterSpineReturns: Return type: NXOpen.SectionNew in version NX7.5.0.
License requirements: None.
PositionTolerance¶
-
AestheticFaceBlendBuilder.PositionTolerance¶ Returns or sets the position tolerance
-------------------------------------Getter Method
Signature
PositionToleranceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PositionToleranceParameters: positionTolerance (float) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
RelativeEndBlendEndPoint¶
-
AestheticFaceBlendBuilder.RelativeEndBlendEndPoint¶ Returns or sets the relative end point on the washout curve of end blend.
-------------------------------------Getter Method
Signature
RelativeEndBlendEndPointReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RelativeEndBlendEndPointParameters: endPoint (float) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
RelativeEndBlendStartPoint¶
-
AestheticFaceBlendBuilder.RelativeEndBlendStartPoint¶ Returns or sets the relative start point on the washout curve of end blend.
-------------------------------------Getter Method
Signature
RelativeEndBlendStartPointReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RelativeEndBlendStartPointParameters: startPoint (float) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
RelativeStartBlendEndPoint¶
-
AestheticFaceBlendBuilder.RelativeStartBlendEndPoint¶ Returns or sets the relative end point on the washout curve of start blend.
-------------------------------------Getter Method
Signature
RelativeStartBlendEndPointReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RelativeStartBlendEndPointParameters: endPoint (float) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
RelativeStartBlendStartPoint¶
-
AestheticFaceBlendBuilder.RelativeStartBlendStartPoint¶ Returns or sets the relative start point on the washout curve of start blend.
-------------------------------------Getter Method
Signature
RelativeStartBlendStartPointReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RelativeStartBlendStartPointParameters: startPoint (float) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
ReverseNormal1¶
-
AestheticFaceBlendBuilder.ReverseNormal1¶ Returns or sets the reverse normal1
-------------------------------------Getter Method
Signature
ReverseNormal1Returns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseNormal1Parameters: reverseNormal1 (bool) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
ReverseNormal2¶
-
AestheticFaceBlendBuilder.ReverseNormal2¶ Returns or sets the reverse normal2
-------------------------------------Getter Method
Signature
ReverseNormal2Returns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseNormal2Parameters: reverseNormal2 (bool) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
RhoOption¶
-
AestheticFaceBlendBuilder.RhoOption¶ Returns or sets the rho option
-------------------------------------Getter Method
Signature
RhoOptionReturns: Return type: NXOpen.Features.AestheticFaceBlendBuilderRhoTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RhoOptionParameters: rhoType ( NXOpen.Features.AestheticFaceBlendBuilderRhoType) –New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
RhoValue¶
-
AestheticFaceBlendBuilder.RhoValue¶ Returns or sets the rho value
-------------------------------------Getter Method
Signature
RhoValueReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RhoValueParameters: rhoValue (float) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
SectionAlignmentVector¶
-
AestheticFaceBlendBuilder.SectionAlignmentVector¶ Returns or sets the section alignment vector
-------------------------------------Getter Method
Signature
SectionAlignmentVectorReturns: Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SectionAlignmentVectorParameters: sectionAlignmentVector ( NXOpen.Direction) –New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
SectionScaling1¶
-
AestheticFaceBlendBuilder.SectionScaling1¶ Returns the section scaling
-------------------------------------Getter Method
Signature
SectionScaling1Returns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
SectionScaling2¶
-
AestheticFaceBlendBuilder.SectionScaling2¶ Returns the section scaling2
-------------------------------------Getter Method
Signature
SectionScaling2Returns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
SegmentationOption¶
-
AestheticFaceBlendBuilder.SegmentationOption¶ Returns or sets the segmentation option
-------------------------------------Getter Method
Signature
SegmentationOptionReturns: Return type: NXOpen.Features.AestheticFaceBlendBuilderSegmentationTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SegmentationOptionParameters: segmentationOption ( NXOpen.Features.AestheticFaceBlendBuilderSegmentationType) –New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
ShapeOption¶
-
AestheticFaceBlendBuilder.ShapeOption¶ Returns or sets the shape option
-------------------------------------Getter Method
Signature
ShapeOptionReturns: Return type: NXOpen.Features.AestheticFaceBlendBuilderShapeTypeNew in version NX7.5.0.
Deprecated since version NX8.0.0: Use
Features.AestheticFaceBlendBuilder.IsAccelerated()instead.License requirements: None.
-------------------------------------Setter Method
Signature
ShapeOptionParameters: shapeOption ( NXOpen.Features.AestheticFaceBlendBuilderShapeType) –New in version NX7.5.0.
Deprecated since version NX8.0.0: Use
Features.AestheticFaceBlendBuilder.Accelerated()instead.License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
TangentMagnitude¶
-
AestheticFaceBlendBuilder.TangentMagnitude¶ Returns the tangent magnitude
-------------------------------------Getter Method
Signature
TangentMagnitudeReturns: Return type: NXOpen.GeometricUtilities.TangentMagnitudeBuilderNew in version NX8.0.0.
License requirements: None.
TangentTolerance¶
-
AestheticFaceBlendBuilder.TangentTolerance¶ Returns or sets the tangent tolerance
-------------------------------------Getter Method
Signature
TangentToleranceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TangentToleranceParameters: tangentTolerance (float) – New in version NX7.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR studio_free_form (“STUDIO FREE FORM”)
Method Detail¶
Validate¶
-
AestheticFaceBlendBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.