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 > Scan Object : SetBoundaryConditionParams Method

Glossary Item Box

Description

Sets the boundary condition parameters

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.

Return Type

Boolean value. Boolean returns true if the function succeeds, false if it fails.

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.