PC-DMIS 2021.1 Object Library
SetBoundaryConditionParams Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
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.
PCDLRN ActiveX DLL > BasicScan Object : SetBoundaryConditionParams Method

Glossary Item Box

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

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.