All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---HybridShape | +---HybridShapeFill
o Property Constraint( | ) As CATIAReference |
Element
the passing point
for the Fill
hybrid shape feature.
Dim Element As Reference Set Element = Fill.Constraint
o Property Continuity( | ) As long |
oContinuity
the continuity type
for the Fill
hybrid shape feature.
Dim oContinuity Set oContinuity = Fill.Continuity
o Property MaximumDeviationValue( | ) As double |
DeviationValue
the maximum deviation value for the
Fill
hybrid shape feature.
Dim DeviationValue As double Set DeviationValue = Fill.MaximumDeviationValue
o Property PlaneOnlyMode( | ) As boolean |
o Property TolerantMode( | ) As boolean |
tolMode
the tolerant mode for the
Fill
hybrid shape feature.
Dim tolMode As boolean Set tolMode = Fill.TolerantMode
o Sub AddBound( | CATIAReference | iBoundary) |
iBoundary
curve to the
Fill
object.
Fill.AddBound iBoundary
o Sub AddSupportAtBound( | CATIAReference | iBoundary, |
CATIAReference | iSupport) |
Fill
to specified iBoundary
boundary
Fill.AddSupportAtBound iBoundary,iSupport
o Sub AppendConstraint( | CATIAReference | iConstraint) |
iConstraint
constraint to the
Fill
object.
Fill.AppendConstraint iConstraint
o Func GetBoundAtPosition( | long | iPos) As CATIAReference |
oBoundary
boundary of the
Fill
object at the position iPos
.
Dim oBoundary As Reference Set oBoundary = Fill.GetBoundAtPosition (iPos).
o Func GetBoundPosition( | CATIAReference | iBoundary) As long |
oPos
position of the iBoundary
boundary in the Fill
object.
Dim oPos As long oPos = Fill.GetBoundPosition (iBoundary).
o Func GetBoundSize( | ) As long |
Fill
hybrid shape fill.
Dim oSize As long oSize = Fill.GetBoundSize
o Func GetBoundaryContinuity( | long | iPos) As long |
oContinuity
the continuity
at the specified position of Fill
hybrid shape fill feature.
oContinuity = Fill.GetBoundaryContinuity iPos
o Func GetConstraintAtPosition( | long | iPos) As CATIAReference |
oConstraint
constraint of the
Fill
object at the position iPos
.
Dim oConstraint As Reference Set oConstraint = Fill.GetConstraintAtPosition (iPos).
o Func GetConstraintsSize( | ) As long |
Fill
hybrid shape fill.
Dim oSize As long oSize = Fill.GetConstraintsSize
o Func GetSupportAtPosition( | long | iPos) As CATIAReference |
oSupport
support of the
Fill
object at the position iPos
.
Dim oSupport As Reference Set oSupport = Fill.GetSupportAtPosition (iPos).
o Sub InsertBoundAfterPosition( | CATIAReference | iBoundary, |
long | iPos) |
Fill
after position iPos
Fill.InsertBoundAfterPosition iBoundary,iPos
o Sub RemoveAllBound( | ) |
Fill
object.
Fill.RemoveAllBound
o Sub RemoveBoundAtPosition( | long | iPos) |
Fill
object at the position iPos
.
Fill.RemoveBoundAtPosition iPos.
o Sub RemoveConstraint( | long | iPos) |
Fill
object at the position iPos
.
Fill.RemoveConstraint iPos.
o Sub RemoveSupportAtPosition( | long | iPos) |
Fill
object at the position iPos
.
Fill.RemoveSupportAtPosition iPos.
o Sub ReplaceBoundAtPosition( | CATIAReference | iBoundary, |
long | iPos) |
Fill
at specified position iPos
Fill.ReplaceBoundAtPosition iBoundary,iPos
o Sub ReplaceConstraint( | long | iPos, |
CATIAReference | iConstraint) |
Fill
at specified position iPos
Fill.ReplaceConstraint iPos,iConstraint
o Sub ReplaceSupportAtPosition( | CATIAReference | iSupport, |
long | iPos) |
Fill
at specified position iPos
Fill.ReplaceSupportAtPosition iSupport,iPos
o Sub SetBoundaryContinuity( | long | iContinuity, |
long | iPos) |
Fill
at specified position iPos
Fill.SetBoundaryContinuity iContinuity,iPos
Copyright © 2003, Dassault Systèmes. All rights reserved.