Description | ||||||||||||||
Create a cabling cosmetic feature (a tape, marker, or tie wrap). | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProCableCosmeticFeatureCreate | ( | ||||||||||||
ProCableCosmeticType type | ||||||||||||||
/* (In) | ||||||||||||||
The type of cabling cosmetic feature to create | ||||||||||||||
*/ | ||||||||||||||
ProSelection reference | ||||||||||||||
/* (In) | ||||||||||||||
The selected cable location or cable segment point to use for the feature creation. If creating a tape feature this must contain a cable location. If creating a marker, this must contain a point on a cable segment. If creating a tie wrap, this could be a cable location or a point on a cable segment. | ||||||||||||||
*/ | ||||||||||||||
ProName feature_name | ||||||||||||||
/* (In) | ||||||||||||||
The name of the cosmetic feature, can not be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProName spool_name | ||||||||||||||
/* (In) | ||||||||||||||
The name of the spool to be used for tape feature. NULL for tie wrapper and marker. | ||||||||||||||
*/ | ||||||||||||||
ProFeature* cosm_feature | ||||||||||||||
/* (Out) | ||||||||||||||
The new cosmetic feature. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|