PatchFeatureInput.continuity Property
Parent Object: PatchFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/PatchFeatureInput.h>
Description
This function is retired. See more information in the 'Remarks' section below.
Gets and sets the type of surface continuity to use when matching boundary edges to face edges. When a new PatchFeatureInput is created, this is initialized to ConnectedSurfaceContinuityType. This value is ignored when creating a patch for sketch curves.
Remarks
This property has been retired and replaced by either the groupContinuity property or setContinuity method, depending on if the isGroupEdges property is true or not.Syntax
"patchFeatureInput_var" is a variable referencing a PatchFeatureInput object.
|
Property Value
This is a read/write property whose value is a SurfaceContinuityTypes.Version
Introduced in version July 2016Retired in version November 2022