API 설명서 > Cabling > Object ProCable > Function ProCableCosmeticFeatureCreate
Function ProCableCosmeticFeatureCreate
Description
Create a cabling cosmetic feature (a tape, marker, or tie wrap).
Synopsis
#include <ProCabling.h>
ProCableCosmeticFeatureCreate
(
/* (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
The function created the cosmetic feature.
One or more of the arguments was invalid.
The type of the reference selection is not valid for the type of cosmetic feature to be created.
A feature with the same name already exists in the model.
User Guide References
도움이 되셨나요?