Hide Table of Contents
CreateLoftBody Method (IModeler)

Obsolete. Superseded by IModeler::CreateLoftBody2.

.NET Syntax

Visual Basic (Declaration) 
Function CreateLoftBody( _
   ByVal PModDoc As ModelDoc2, _
   ByVal IsBlendClosed As System.Boolean, _
   ByVal KeepTangency As System.Boolean, _
   ByVal ForceNonRational As System.Boolean, _
   ByVal IsSolidBody As System.Boolean, _
   ByVal TessTolFactor As System.Double, _
   ByVal StartMatchingType As System.Short, _
   ByVal EndMatchingType As System.Short _
) As Body2
Visual Basic (Usage) 
Dim instance As IModeler
Dim PModDoc As ModelDoc2
Dim IsBlendClosed As System.Boolean
Dim KeepTangency As System.Boolean
Dim ForceNonRational As System.Boolean
Dim IsSolidBody As System.Boolean
Dim TessTolFactor As System.Double
Dim StartMatchingType As System.Short
Dim EndMatchingType As System.Short
Dim value As Body2
 
value = instance.CreateLoftBody(PModDoc, IsBlendClosed, KeepTangency, ForceNonRational, IsSolidBody, TessTolFactor, StartMatchingType, EndMatchingType)
C# 
Body2 CreateLoftBody( 
   ModelDoc2 PModDoc,
   System.bool IsBlendClosed,
   System.bool KeepTangency,
   System.bool ForceNonRational,
   System.bool IsSolidBody,
   System.double TessTolFactor,
   System.short StartMatchingType,
   System.short EndMatchingType
)
C++/CLI 
Body2^ CreateLoftBody( 
&   ModelDoc2^ PModDoc,
&   System.bool IsBlendClosed,
&   System.bool KeepTangency,
&   System.bool ForceNonRational,
&   System.bool IsSolidBody,
&   System.double TessTolFactor,
&   System.short StartMatchingType,
&   System.short EndMatchingType
) 

Parameters

PModDoc
Model document in which to create the lofted body
IsBlendClosed
True for a closed, false for an open loft; if true and you selected less that three profiles; any selected guide curves must be closed curves
KeepTangency

If the section curves are tangent, then you have the option to specify whether the resulting faces are also tangent; specify true to maintain the tangency as seen in the section curves, false to not

NOTE: When generating tangent surfaces, SOLIDWORKS maintains planar and cylindrical surface shapes if the section curves exhibit these characteristics.

ForceNonRational
True to force the resulting surface to be non-rational, false to not
IsSolidBody
True to return a solid body, false to return a surface body
TessTolFactor
Factor to control the number of intermediate sections used for loft with centerline; default value is 1.0; the greater the variable, the more intermediate sections created
StartMatchingType
Tangency type at the start profile (see Remarks)
EndMatchingType

Tangency type as the end profile (see Remarks)

Return Value

Newly created loft

Remarks

Selection of guide curves and centerline is optional. However, you must select the profiles in an order consistent with the desired direction of the loft. Because a solid is being created, the section profiles must be closed.

It is best to use guide curves, especially when you select profiles in the FeatureManager design tree.

You can use any number of profiles, However, if you select only one profile, then any selected guide curves must be closed curves.

Use IModelDocExtension::SelectByID2 to select the profiles and guide curves. Set the mark for:

  • profile selections to 1

  • any guide curve selection to 2

  • centerline selection to 4

  • start tangency vector selection to 8

  • start tangency faces selection to 16 (not available)

  • end tangency vector selection to 32

  • end tangency faces selection to 64 (not available)

Linear edge, sketch line, axis, plane and planar faces are qualified for tangency vector sections.

The tangency types can be:

  • 0 = none

  • 1 = tangent to the normal of the profile

  • 2 = tangent to the selected vector

  • 3 = tangent to all adjacent faces sharing an edge with the start profile

 

See Also

Availability

SOLIDWORKS 2008 FCS, Revision Number 16.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   CreateLoftBody Method (IModeler)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.