SetFeatureDetectionType(uint, FeatureDetectionType)

Sets the Feature Detection Type property at given index

Declaration Syntax

public void SetFeatureDetectionType(uint index, FeatureDetectionType value)

Parameters

index(uint)

Index to set Feature Detection Type at

value(FeatureDetectionType)

FeatureDetectionType.Fillet = 0, FeatureDetectionType.Hole = 1, FeatureDetectionType.Chamfer = 2, FeatureDetectionType.Stamp = 3, FeatureDetectionType.Flange = 4, FeatureDetectionType.Hem = 5, FeatureDetectionType.SolidFillet = 6, FeatureDetectionType.SolidConvexFillet = 7; FeatureDetectionType.SolidConcaveFillet = 8, FeatureDetectionType.SolidHoles = 9;