Hide Table of Contents
GetBendLineValues2 Method (INote)

Gets the values of a bend line note.

.NET Syntax

Visual Basic (Declaration) 
Function GetBendLineValues2( _
   ByRef Up As Boolean, _
   ByRef Angle As Double, _
   ByRef Radius As Double, _
   ByRef Points As Object _
) As Boolean
Visual Basic (Usage) 
Dim instance As INote
Dim Up As Boolean
Dim Angle As Double
Dim Radius As Double
Dim Points As Object
Dim value As Boolean
 
value = instance.GetBendLineValues2(Up, Angle, Radius, Points)
C# 
bool GetBendLineValues2( 
   out bool Up,
   out double Angle,
   out double Radius,
   out object Points
)
C++/CLI 
bool GetBendLineValues2( 
&   [Out] bool Up,
&   [Out] double Angle,
&   [Out] double Radius,
&   [Out] Object^ Points
) 

Parameters

Up
True if the bend is up, false if the bend is down
Angle

Angle of the bend

Radius
Radius of the bend
Points

Array of doubles (see Remarks)

Return Value

True if the note is a bend note, false if not

Remarks

Points will contain six (6) doubles (three (3) each for the start point and endpoint), one set for each segment in the bend line:

 

[  x, y, z, x, y, z ]

 

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:   GetBendLineValues2 Method (INote)
*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) 2010 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.