SciChart.Charting3D Assembly > SciChart.Charting3D Namespace > Plane Class > Assign Method : Assign(Single,Single,Single,Single) Method
X-component of plane normal
Y-component of plane normal
Z-component of plane normal
Distance to plane from origin
Assign(Single,Single,Single,Single) Method
Assigns a value from passed arguments.
Syntax
public new void Assign( 
   float normalX,
   float normalY,
   float normalZ,
   float distance
)

Parameters

normalX
X-component of plane normal
normalY
Y-component of plane normal
normalZ
Z-component of plane normal
distance
Distance to plane from origin
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also