Solid Edge Framework Type Library
AddSheetMetalCheckerSensor Method
Specifies the first edge set to be used to compare in evaluating the threshold distance. Valid values are members of the SheetMetalSensorFeatureTypeConstants constant set.
Specifies the second edge set to be used to compare in evaluating the threshold distance. Valid values are members of the SheetMetalSensorFeatureTypeConstants constant set.
Specifies the name of the sensor.
Specifies a description for the sensor.
Specifies the value at which the sensor status fails.
Specifies whether the sensor is to update manually or automatically. Valid values are members of the SensorUpdateMechanismConstants constant set.
Specifies a model or a collection of faces for which the sensor applies.
Description
Adds a Sheet Metal checker sensor.
Syntax
Visual Basic
Public Function AddSheetMetalCheckerSensor( _
   ByVal LeftFeatureType As SheetMetalSensorFeatureTypeConstants, _
   ByVal RightFeatureType As SheetMetalSensorFeatureTypeConstants, _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Threshold As Double, _
   ByVal UpdateMechanism As SensorUpdateMechanismConstants, _
   Optional ByRef Element As Variant _
) As Object
Parameters
LeftFeatureType
ValueDescription
seSheetMetalSensorFeatureTypeBeads
seSheetMetalSensorFeatureTypeCutouts
seSheetMetalSensorFeatureTypeDimples
seSheetMetalSensorFeatureTypeDrawnCutouts
seSheetMetalSensorFeatureTypeExteriorEdges
seSheetMetalSensorFeatureTypeHoles
seSheetMetalSensorFeatureTypeInteriorEdges
seSheetMetalSensorFeatureTypeLouvers
Specifies the first edge set to be used to compare in evaluating the threshold distance. Valid values are members of the SheetMetalSensorFeatureTypeConstants constant set.
RightFeatureType
ValueDescription
seSheetMetalSensorFeatureTypeBeads
seSheetMetalSensorFeatureTypeCutouts
seSheetMetalSensorFeatureTypeDimples
seSheetMetalSensorFeatureTypeDrawnCutouts
seSheetMetalSensorFeatureTypeExteriorEdges
seSheetMetalSensorFeatureTypeHoles
seSheetMetalSensorFeatureTypeInteriorEdges
seSheetMetalSensorFeatureTypeLouvers
Specifies the second edge set to be used to compare in evaluating the threshold distance. Valid values are members of the SheetMetalSensorFeatureTypeConstants constant set.
Name
Specifies the name of the sensor.
Description
Specifies a description for the sensor.
Threshold
Specifies the value at which the sensor status fails.
UpdateMechanism
ValueDescription
seSensorUpdateMechanismAutomaticAutomatic sensor update
seSensorUpdateMechanismInvalidInvalid sensor update mechanism
seSensorUpdateMechanismManualManual sensor update
Specifies whether the sensor is to update manually or automatically. Valid values are members of the SensorUpdateMechanismConstants constant set.
Element
Specifies a model or a collection of faces for which the sensor applies.
See Also

SheetMetalSensors Collection  | SheetMetalSensors Members

Send comments on this topic.