RFMeshTools.SubdivideRegion2 (Available After RapidForm2002 PlusPack1)



Your Ad Here

Description

Divides currently selected each face into sub-meshes and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFMeshTools.SubdivideRegion2(length As Double, bPreserveSharpEdge As Boolean, bPreserveMark As Boolean, iMethod As RFSubdivisionMethod, bNotAdjustVertexPosition As Boolean, bSubdivideByCurvature As Boolean, iCurvatureRegion As RFCurvatureRegion, dLowCurvatureCriteriaMultiplier As Double, bPreserveTextureIfAny As Boolean, iTextureResolution As Long) As RFErrorCode

The SubdivideRegion2 syntax has these parts:

Part Description
length [INDouble Required. Edges the length of which is less than this value are not subdivided.
bPreserveSharpEdge [INBoolean Required. It determines whether creasing edges are not subdivided.
bPreserveMark [INBoolean Required. It determines whether preserving mark of vertices or faces.
iMethod [INRFSubdivisionMethod Required. Subdivision method.
bNotAdjustVertexPosition [INBoolean Required. It determines whether adjusting the position of existing vertices.
bSubdivideByCurvature [INBoolean Required. It determines whether subdividing the curvartured region only.
iCurvatureRegion [INRFCurvatureRegion Required. Kind of curvature region.
dLowCurvatureCriteriaMultiplier [INDouble Required. Multiplier for classifying the curvature region.
bPreserveTextureIfAny [INBoolean Required. It determines whether preserving the texture if any.
iTextureResolution [INLong Required. Texture resolution if texture should be preserved.

Remarks

 

Return to Rapidform Index


Your Ad Here