All Frameworks  Object Hierarchy  This Framework  Indexes   

HybridShapeCurveSmooth (Object)

Represents the hybrid shape curve smoothing operation feature.
Role: To access the data of the curve smoothing operation.of the hybrid shape curve parameter object. This data includes:

Use the HybridShapeFactory.AddNewCurveSmooth to create a HybridShapeCurveSmooth object.


Property Index

CorrectionMode
Returns or sets the correction mode (threshold, point, tangency or curvature) applied to the smoothed curve.
CurvatureThresholdActivity
Returns or sets the CurvatureThresholdActivity.
CurvatureThreshold
Returns or sets the CurvatureThreshold.
CurveToSmooth
Returns or sets the curve to smooth.
EndExtremityContinuity
Returns or sets the continuity condition (curvature, tangency or point) applied to the smoothed curve with regard to the input curve at the end extremity of the input curve.
MaximumDeviationActivity
Returns or sets the MaximumDeviationActivity.
MaximumDeviation
Returns the MaximumDeviation.
StartExtremityContinuity
Returns or sets the continuity condition (curvature, tangency or point) applied to the smoothed curve with regard to the input curve at the start extremity of the input curve.
Support
Returns or sets the support of the curve.
TangencyThreshold
Returns the TangencyThreshold.
TopologySimplificationActivity
Returns or sets the TopologySimplificationActivity.

Method Index

AddFrozenCurveSegment
Adds a frozen curve to the hybrid shape curve smooth feature object.
AddFrozenPoint
Adds a frozen points to the hybrid shape curve smooth feature object.
GetFrozenCurveSegment
Retrieves the Frozen Curve Segment at specified position in the hybrid shape curve smooth object.
GetFrozenCurveSegmentsSize
Returns the number of frozen curve segments in the curve smooth object.
GetFrozenPoint
Retrieves the Frozen Point at specified position in the hybrid shape curve smooth object.
GetFrozenPointsSize
Returns the number of Frozen Points in the curve smooth object.
RemoveAllFrozenCurveSegments
Removes all Frozen Curve Segment of the hybrid shape curve smooth object.
RemoveAllFrozenPoints
Removes all Frozen Points of the hybrid shape curve smooth object.
RemoveFrozenCurveSegment
Removes Frozen Curve Segment from the list of Forzen curves in hybrid shape curve smooth object.
RemoveFrozenPoint
Removes Frozen Point from the list of frozen points in hybrid shape curve smooth object.
SetMaximumDeviation
Sets the maximum deviation.
SetTangencyThreshold
Sets the tangency threshold.

Properties


o Property CorrectionMode() As
Returns or sets the correction mode (threshold, point, tangency or curvature) applied to the smoothed curve.
Legal values:
0
CATGSMCSCorrectionMode_Threshold. no continuity
1
CATGSMCSCorrectionMode_Point. continuity in point (C0).
2
CATGSMCSCorrectionMode_Tangency. continuity in tangency (C1).
3
CATGSMCSCorrectionMode_Curvature. continuity in curvature (C2).
Example:
This example retrieves in oMode the correction mode for the hybShpCurveSmooth hybrid shape feature.
 oMode = hybShpCurveSmooth.CorrectionMode
 
o Property CurvatureThresholdActivity() As
Returns or sets the CurvatureThresholdActivity.
Example: This example retrieves the CurvatureThresholdActivity of the hybShpCurveSmooth in CurvatureActivity .
 Dim CurvatureActivity as boolean 
 CurvatureActivity = hybShpCurvePar.CurvatureThresholdActivity 
 
o Property CurvatureThreshold() As
Returns or sets the CurvatureThreshold.
Example: This example retrieves the CurvatureThreshold of the hybShpCurveSmooth in CurvatureThH.
 Dim CurvatureThH as double
 CurvatureThH = hybShpCurvePar.CurvatureThreshold
 
o Property CurveToSmooth() As
Returns or sets the curve to smooth.
Example: This example retrieves the curve to smooth object of the hybShpCurveSmooth in Curve.
 Dim Curve as CATIAReference 
 Curve  = hybShpCurvePar.CurveToSmooth 
 
o Property EndExtremityContinuity() As
Returns or sets the continuity condition (curvature, tangency or point) applied to the smoothed curve with regard to the input curve at the end extremity of the input curve.
Legal values:
0
CATGSMContinuity_Point. continuity in point (C0).
1
CATGSMContinuity_Tangency. continuity in tangency (C1).
2
CATGSMContinuity_Curvature. continuity in curvature (C2).
Example:
This example retrieves in oContinuity the continuity at the end extremity for the hybShpCurveSmooth hybrid shape feature.
 oContinuity = hybShpCurveSmooth.EndExtremityContinuity
 
o Property MaximumDeviationActivity() As
Returns or sets the MaximumDeviationActivity.
Example: This example retrieves the MaximumDeviationActivity of the hybShpCurveSmooth in MaxActivity .
 Dim MaxActivity as boolean
 MaxActivity  = hybShpCurvePar.MaximumDeviationActivity
 
o Property MaximumDeviation() As (Read Only)
Returns the MaximumDeviation.
Example: This example retrieves the MaximumDeviation of the hybShpCurveSmooth in MaximumDeviationVal.
 Dim MaximumDeviationVal as CATIALength
 MaximumDeviationVal  = hybShpCurvePar.MaximumDeviation 
 
o Property StartExtremityContinuity() As
Returns or sets the continuity condition (curvature, tangency or point) applied to the smoothed curve with regard to the input curve at the start extremity of the input curve.
Legal values:
0
CATGSMContinuity_Point. continuity in point (C0).
1
CATGSMContinuity_Tangency. continuity in tangency (C1).
2
CATGSMContinuity_Curvature. continuity in curvature (C2).
Example:
This example retrieves in oContinuity the continuity at the start extremity for the hybShpCurveSmooth hybrid shape feature.
 oContinuity = hybShpCurveSmooth.StartExtremityContinuity
 
o Property Support() As
Returns or sets the support of the curve.
if Suppport == nothing no support associated to the curve
Example: This example retrieves the support of curve to smooth object of the hybShpCurveSmooth in Support.
 Dim Support  as CATIAReference 
 Support   = ybShpCurveSmooth.Support 
 
o Property TangencyThreshold() As (Read Only)
Returns the TangencyThreshold.
Example: This example retrieves the curve to smooth object of the hybShpCurveSmooth in AngleThH.
 Dim Curve as CATIAAngle  
 AngleThH  = ybShpCurveSmooth.TangencyThreshold 
 
o Property TopologySimplificationActivity() As
Returns or sets the TopologySimplificationActivity.
Example: This example retrieves the TopologySimplificationActivity of the hybShpCurveSmooth in TopSimplifyAct.
 Dim TopSimplifyAct as boolean 
 TopSimplifyAct  = hybShpCurvePar.TogologySimplificationActivity 
 

Methods


o Sub AddFrozenCurveSegment( iCurve)
Adds a frozen curve to the hybrid shape curve smooth feature object.
Parameters:
iCurve
The curve to be added to the hybrid shape curve smooth feature object.
Example:
The following example adds the iCurve curve to the hybShpCurveSmooth object.
 hybShpCurveSmooth.AddFrozenCurveSegment iCurve
 
o Sub AddFrozenPoint( iPoint)
Adds a frozen points to the hybrid shape curve smooth feature object.
Parameters:
iPoint
The frozen point to be added to the hybrid shape curve smooth feature object.
Example:
The following example adds the iPoint frozen point to the hybShpCurveSmooth object.
 hybShpCurveSmooth.AddFrozenPoint iPoint
 
o Func GetFrozenCurveSegment( iPos) As
Retrieves the Frozen Curve Segment at specified position in the hybrid shape curve smooth object.
Parameters:
iPos
The position of the Frozen Curve Segment to retrieve.
Example:
The following example gets the oCurve Frozen Curve Segment of the hybShpCurveSmooth object at the position iPos.
 Dim oCurve As Reference
 Set oCurve = hybShpCurveSmooth.GetFrozenCurveSegment (iPos).
 
o Func GetFrozenCurveSegmentsSize() As
Returns the number of frozen curve segments in the curve smooth object.
Parameters:
oSize
Number of frozen curve segments in the curve smooth.
Example:
This example retrieves the number of frozen curve segments. in the hybShpCurveSmooth hybrid shape curve smooth.
 Dim oSize As  long
 oSize = hybShpCurveSmooth.GetFrozenCurveSegmentsSize
 
o Func GetFrozenPoint( iPos) As
Retrieves the Frozen Point at specified position in the hybrid shape curve smooth object.
Parameters:
iPos
The position of the Frozen Point to retrieve.
Example:
The following example gets the oPoint Frozen Point of the hybShpCurveSmooth object at the position iPos.
 Dim oPoint As Reference
 Set oPoint = hybShpCurveSmooth.GetFrozenPoint (iPos).
 
o Func GetFrozenPointsSize() As
Returns the number of Frozen Points in the curve smooth object.
Parameters:
oSize
Number of Frozen Points in the curve smooth.
Example:
This example retrieves the number of Frozen Points. in the hybShpCurveSmooth hybrid shape curve smooth.
 Dim oSize As  long
 oSize = hybShpCurveSmooth.GetFrozenPointsSize
 
o Sub RemoveAllFrozenCurveSegments()
Removes all Frozen Curve Segment of the hybrid shape curve smooth object.
Example:
The following example removes all Frozen Curve Segments of the hybShpCurveSmooth object.
 hybShpCurveSmooth.RemoveAllFrozenCurveSegments
 
o Sub RemoveAllFrozenPoints()
Removes all Frozen Points of the hybrid shape curve smooth object.
Example:
The following example removes all Frozen Points of the hybShpCurveSmooth object.
 hybShpCurveSmooth.RemoveAllFrozenPoints
 
o Sub RemoveFrozenCurveSegment( iCurve)
Removes Frozen Curve Segment from the list of Forzen curves in hybrid shape curve smooth object.
Parameters:
iCurve
The Frozen Curve Segment to remove.
Example:
The following example removes the Frozen Curve Segment from the hybShpCurveSmooth object.
 hybShpCurveSmooth.RemoveFrozenCurveSegment iCurve.
 
o Sub RemoveFrozenPoint( iPoint)
Removes Frozen Point from the list of frozen points in hybrid shape curve smooth object.
Parameters:
iPoint
The Frozen Point to remove.
Example:
The following example removes the Frozen Point from the hybShpCurveSmooth object.
 hybShpCurveSmooth.RemoveFrozenPoint iPoint.
 
o Sub SetMaximumDeviation( iMaxDeviation)
Sets the maximum deviation.
Parameters:
iMaxDeviation
The maximium deviation
o Sub SetTangencyThreshold( iTangencyThreshold)
Sets the tangency threshold.
Parameters:
iTangencyThreshold
The tangency threshold

Copyright © 2003, Dassault Systèmes. All rights reserved.