AestheticFaceBlendBuilder Class

class NXOpen.Features.AestheticFaceBlendBuilder

Bases: NXOpen.Features.FeatureBuilder

This 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 AlignmentOption

Returns:
Return type:NXOpen.Features.AestheticFaceBlendBuilderAlignmentType

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AlignmentOption

Parameters: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 BaseRadiusLaw

Returns:
Return type:NXOpen.GeometricUtilities.LawBuilder

New in version NX7.5.0.

License requirements: None.

BlendFacesOption

AestheticFaceBlendBuilder.BlendFacesOption

Returns or sets the blend faces option

-------------------------------------

Getter Method

Signature BlendFacesOption

Returns:
Return type:NXOpen.Features.AestheticFaceBlendBuilderBlendFacesType

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BlendFacesOption

Parameters: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 BlendOption

Returns:
Return type:NXOpen.Features.AestheticFaceBlendBuilderBlendType

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BlendOption

Parameters: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 CenterChordLaw

Returns:
Return type:NXOpen.GeometricUtilities.LawBuilder

New in version NX8.0.0.

License requirements: None.

CenterOption

AestheticFaceBlendBuilder.CenterOption

Returns or sets the center option

-------------------------------------

Getter Method

Signature CenterOption

Returns:
Return type:NXOpen.Features.AestheticFaceBlendBuilderCenterType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CenterOption

Parameters: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 CenterRadiusLaw

Returns:
Return type:NXOpen.GeometricUtilities.LawBuilder

New in version NX7.5.0.

License requirements: None.

Chain1Continuity

AestheticFaceBlendBuilder.Chain1Continuity

Returns the chain 1 continuity

-------------------------------------

Getter Method

Signature Chain1Continuity

Returns:
Return type:NXOpen.GeometricUtilities.Continuity

New in version NX8.0.0.

License requirements: None.

Chain2Continuity

AestheticFaceBlendBuilder.Chain2Continuity

Returns the chain 2 continuity

-------------------------------------

Getter Method

Signature Chain2Continuity

Returns:
Return type:NXOpen.GeometricUtilities.Continuity

New in version NX8.0.0.

License requirements: None.

ChordLength

AestheticFaceBlendBuilder.ChordLength

Returns the chord length

-------------------------------------

Getter Method

Signature ChordLength

Returns:
Return type:NXOpen.Expression

New 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 ChordLengthLaw

Returns:
Return type:NXOpen.GeometricUtilities.LawBuilder

New in version NX8.0.0.

License requirements: None.

ConstrainedEndPoint1

AestheticFaceBlendBuilder.ConstrainedEndPoint1

Returns or sets the end point1

-------------------------------------

Getter Method

Signature ConstrainedEndPoint1

Returns:
Return type:NXOpen.Point

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ConstrainedEndPoint1

Parameters: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 ConstrainedEndPoint2

Returns:
Return type:NXOpen.Point

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ConstrainedEndPoint2

Parameters: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 ConstrainedStartPoint1

Returns:
Return type:NXOpen.Point

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ConstrainedStartPoint1

Parameters: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 ConstrainedStartPoint2

Returns:
Return type:NXOpen.Point

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ConstrainedStartPoint2

Parameters: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 Continuity

Returns:
Return type:NXOpen.GeometricUtilities.Continuity

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use Features.AestheticFaceBlendBuilder.Chain1Continuity() and Features.AestheticFaceBlendBuilder.Chain2Continuity() instead.

License requirements: None.

CurvatureTolerance

AestheticFaceBlendBuilder.CurvatureTolerance

Returns or sets the curvature tolerance

-------------------------------------

Getter Method

Signature CurvatureTolerance

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CurvatureTolerance

Parameters: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 Degrees

Returns:
Return type:NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder

New in version NX7.5.0.

License requirements: None.

FaceChain1

AestheticFaceBlendBuilder.FaceChain1

Returns the face chain1

-------------------------------------

Getter Method

Signature FaceChain1

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

FaceChain2

AestheticFaceBlendBuilder.FaceChain2

Returns the face chain2

-------------------------------------

Getter Method

Signature FaceChain2

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

IsAccelerated

AestheticFaceBlendBuilder.IsAccelerated

Returns or sets the method to control the shape

-------------------------------------

Getter Method

Signature IsAccelerated

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsAccelerated

Parameters: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 IsBezier

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsBezier

Parameters: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 IsCenterlineCurve

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsCenterlineCurve

Parameters: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 IsMinimumRadius

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsMinimumRadius

Parameters: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 IsMinimumSubtendedAngle

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsMinimumSubtendedAngle

Parameters: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 IsRationalOutput

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsRationalOutput

Parameters: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 IsSameTransition

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsSameTransition

Parameters: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 IsSewAllFaces

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsSewAllFaces

Parameters: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 IsTrimInputFaces

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsTrimInputFaces

Parameters: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 IsWashout1

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsWashout1

Parameters: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 IsWashout2

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsWashout2

Parameters: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 LimitsList

Returns:
Return type:NXOpen.GeometricUtilities.BlendLimitsData

New in version NX8.0.0.

License requirements: None.

MinimumEdgeLength

AestheticFaceBlendBuilder.MinimumEdgeLength

Returns or sets the max edge length

-------------------------------------

Getter Method

Signature MinimumEdgeLength

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MinimumEdgeLength

Parameters: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 MinimumRadius

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

MinimumSubtendedAngle

AestheticFaceBlendBuilder.MinimumSubtendedAngle

Returns or sets the minimum subtended angle

-------------------------------------

Getter Method

Signature MinimumSubtendedAngle

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MinimumSubtendedAngle

Parameters: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 ParameterSpine

Returns:
Return type:NXOpen.Section

New in version NX7.5.0.

License requirements: None.

PositionTolerance

AestheticFaceBlendBuilder.PositionTolerance

Returns or sets the position tolerance

-------------------------------------

Getter Method

Signature PositionTolerance

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PositionTolerance

Parameters: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 RelativeEndBlendEndPoint

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RelativeEndBlendEndPoint

Parameters: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 RelativeEndBlendStartPoint

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RelativeEndBlendStartPoint

Parameters: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 RelativeStartBlendEndPoint

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RelativeStartBlendEndPoint

Parameters: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 RelativeStartBlendStartPoint

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RelativeStartBlendStartPoint

Parameters: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 ReverseNormal1

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReverseNormal1

Parameters: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 ReverseNormal2

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReverseNormal2

Parameters: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 RhoOption

Returns:
Return type:NXOpen.Features.AestheticFaceBlendBuilderRhoType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RhoOption

Parameters: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 RhoValue

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RhoValue

Parameters: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 SectionAlignmentVector

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SectionAlignmentVector

Parameters: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 SectionScaling1

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

SectionScaling2

AestheticFaceBlendBuilder.SectionScaling2

Returns the section scaling2

-------------------------------------

Getter Method

Signature SectionScaling2

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

SegmentationOption

AestheticFaceBlendBuilder.SegmentationOption

Returns or sets the segmentation option

-------------------------------------

Getter Method

Signature SegmentationOption

Returns:
Return type:NXOpen.Features.AestheticFaceBlendBuilderSegmentationType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SegmentationOption

Parameters: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 ShapeOption

Returns:
Return type:NXOpen.Features.AestheticFaceBlendBuilderShapeType

New in version NX7.5.0.

Deprecated since version NX8.0.0: Use Features.AestheticFaceBlendBuilder.IsAccelerated() instead.

License requirements: None.

-------------------------------------

Setter Method

Signature ShapeOption

Parameters: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 TangentMagnitude

Returns:
Return type:NXOpen.GeometricUtilities.TangentMagnitudeBuilder

New in version NX8.0.0.

License requirements: None.

TangentTolerance

AestheticFaceBlendBuilder.TangentTolerance

Returns or sets the tangent tolerance

-------------------------------------

Getter Method

Signature TangentTolerance

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TangentTolerance

Parameters: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.