Eyeshot 10 WPF API Reference
OriginSymbol Constructor(Int32,originSymbolStyleType,Color,Color,Color,Color,String,String,String,String,Boolean,Transformation)

WPF Assembly > devDept.Eyeshot Namespace > OriginSymbol Class > OriginSymbol Constructor : OriginSymbol Constructor(Int32,originSymbolStyleType,Color,Color,Color,Color,String,String,String,String,Boolean,Transformation)
Size of the sphere in pixels
Style mode
Label color
X axis arrow color
Y axis arrow color
Z axis arrow color
Origin label string
X axis label string
Y axis label string
Z axis label string
Visibility status
The transformation
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal ballSize As Integer, _
   ByVal styleMode As originSymbolStyleType, _
   ByVal labelColor As Color, _
   ByVal arrowColorX As Color, _
   ByVal arrowColorY As Color, _
   ByVal arrowColorZ As Color, _
   ByVal labelOrigin As String, _
   ByVal labelAxisX As String, _
   ByVal labelAxisY As String, _
   ByVal labelAxisZ As String, _
   ByVal visible As Boolean, _
   ByVal transformation As Transformation _
)

Parameters

ballSize
Size of the sphere in pixels
styleMode
Style mode
labelColor
Label color
arrowColorX
X axis arrow color
arrowColorY
Y axis arrow color
arrowColorZ
Z axis arrow color
labelOrigin
Origin label string
labelAxisX
X axis label string
labelAxisY
Y axis label string
labelAxisZ
Z axis label string
visible
Visibility status
transformation
The transformation
See Also

Reference

OriginSymbol Class
OriginSymbol Members
Overload List