Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > BasicScan Object : SetBoundaryConditionParams Method
Required Long that sets the number of crossings for this boundary condition.
Required Double that sets the radius of the boundary condition.
Required Double that sets the half-angle of the cone-type boundary condition, or is ignored if the boundary condition is not of cone type.
SetBoundaryConditionParams Method
Description
Boolean value. Boolean returns true if the function succeeds, false if it fails.
Syntax
Visual Basic
Public Function SetBoundaryConditionParams( _
   ByVal nCrossings As Long, _
   ByVal dRadius As Double, _
   ByVal dHalfAngle As Double _
) As Boolean
Parameters
nCrossings
Required Long that sets the number of crossings for this boundary condition.
dRadius
Required Double that sets the radius of the boundary condition.
dHalfAngle
Required Double that sets the half-angle of the cone-type boundary condition, or is ignored if the boundary condition is not of cone type.
Remarks

Boundary Condition

SetBoundaryConditionParams (nCrossings, dRadius, dHalfAngle)

Plane

Ncrossings

Cone

NCrossings,, dHalfAngle

Cylinder

NCrossings, dRadius

Sphere

NCrossings, dRadius

 

See Also