Reference

FMOperation - object



Your Ad Here


Description

Represents a FeatureCAM operation object (spotdrill, ream, rough, finish, etc.)

Interfaces

IFMOperation

Methods of IFMOperation

GetCenter The x,y,z location of the center point of the operation
GetOperationType Return the type of operation and the type of feature that the operation is assigned to. For operation and feature types see tagFMAttributeOperationType and tagFMAttributeFeatureType respectively
OverrideFeed Override the feed rate for the operation
OverrideSpeed Override the speed rate for the operation
OverrideTool Override the tool for the operation
SetAttribute Set the machining attribute on the document using an id from tagFMAttributeId. If the attribute is a P word, then sub_id identifies which one
SetAttributeStr Set the machining attribute on the document using a string for the attribute id
SetUserAttribute Set the user defined attribute on the feature using the name of the attribute

Properties of IFMOperation

Attribute R/O The machining attribute on the operation using an id from tagFMAttributeId. If the attribute is a P word, then sub_id identifies which one 
AttributeStr R/O The machining attribute on the operation using a string for the attribute id 
DefaultTool R/O The default tool for the operation. This is the tool that FeatureCAM automatically selects for this operation 
DepthText R/O The depth, suitable for print on custom operations sheets 
Document R/O The document shown in the window 
Errors R/O The error messages associated with the operation, if any 
Feature R/O The feature associated with the operation 
FeatureName R/O The name of the feature, suitable for printing on custom operations sheets 
Feed R/O The feed rate that FeatureCAM automatically sets for the operation 
FeedText R/O The feed rate, suitable for printing on custom operations sheets 
FixtureID R/O The fixture offset used to produce the part in the NC code 
MachTimeSeconds R/O The estimated manufacturing time in milliseconds for the operation represented as a number 
MachTimeString R/O The estimated manufacturing time in milliseconds for the operation represtened as a string 
Name R/O The name of the object. This is the same name that shows up in the tree view of FeatureCAM 
OperationName R/O The name of the operation, suitable for printing on custom operations sheets 
Speed R/O The speed rate that FeatureCAM automatically sets for the operation 
SpeedText R/O The speed rate, suitable for printing on custom operations sheets 
Tool R/O The tool that is being used for the operation 
UserAttribute R/O The user defined attribute on the operation using the name of the attribute 
Warnings R/O The warning messages associated with the operation, if any 

Collections of IFMOperation

CompatibleTools The collection of tools suitable for the operation 

Return to FeatureCAM Index


Your Ad Here