AGI Components with Insight3D Alpha 2008 r8
InitializeFromEndPoints Method (pCentralBody, ReferenceFrame, ExpectedVertexUpdate, X0, Y0, Z0, X1, Y1, Z1, pInterpolator)
Library Reference AGI.Graphics.Primitives IAgGxPrimitivePolylineInitializeFromEndPoints(IAgGxCentralBody, AgGxReferenceFrame, AgGxVertexUpdate, Double, Double, Double, Double, Double, Double, IAgGxInterpolator)
Initializes a polyline using two end points defined in a Cartesian space.
Declaration Syntax
C# Visual Basic Visual C++
void 
InitializeFromEndPoints(
        
IAgGxCentralBody 
pCentralBody,
        

AgGxReferenceFrame 
ReferenceFrame,
        
AgGxVertexUpdate 
ExpectedVertexUpdate,
        
double 
X0,
        
double 
Y0,
        
double 
Z0,
        
double 
X1,
        
double 
Y1,
        
double 
Z1,
        

IAgGxInterpolator 
pInterpolator
)
Sub 
InitializeFromEndPoints ( _
        
pCentralBody 
As 
IAgGxCentralBody,
_
        
ReferenceFrame 
As 

AgGxReferenceFrame, _
        
ExpectedVertexUpdate 
As 
AgGxVertexUpdate,
_
        
X0 
As 
Double, _
        
Y0 
As 
Double, _
        
Z0 
As 
Double, _
        
X1 
As 
Double, _
        
Y1 
As 
Double, _
        
Z1 
As 
Double, _
        
pInterpolator 
As 

IAgGxInterpolator _
)
void 
InitializeFromEndPoints(
        [
InAttribute] 
IAgGxCentralBody^

pCentralBody, 
        [
InAttribute] 

AgGxReferenceFrame 
ReferenceFrame, 
        [
InAttribute] 
AgGxVertexUpdate 
ExpectedVertexUpdate, 
        [
InAttribute] 
double 
X0, 
        [
InAttribute] 
double 
Y0, 
        [
InAttribute] 
double 
Z0, 
        [
InAttribute] 
double 
X1, 
        [
InAttribute] 
double 
Y1, 
        [
InAttribute] 
double 
Z1, 
        [
InAttribute] 

IAgGxInterpolator^ 
pInterpolator
)
Parameters
pCentralBody ( IAgGxCentralBody)
ReferenceFrame ( AgGxReferenceFrame)
ExpectedVertexUpdate ( AgGxVertexUpdate)
X0 ( Double)
Y0 ( Double)
Z0 ( Double)
X1 ( Double)
Y1 ( Double)
Z1 ( Double)
pInterpolator ( IAgGxInterpolator)

Assembly: AGI.Graphics.Primitives.Interop(Module: AGI.Graphics.Primitives.Interop) Version: 9.0.0.0 (9.0.0.0)