NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAM.NcmWedmBuilder Class Reference

Represents a CAM. More...

Inheritance diagram for NXOpen.CAM.NcmWedmBuilder:
NXOpen.CAM.NcmSubopBuilder NXOpen.CAM.BaseBuilder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CutcomOffTypes { None, BeforeLeadOut, AfterLeadOut, BeforeThreadPoint }
 the types available for cutcom off More...
 
enum  CutcomOnTypes { None, BeforeLeadIn, AfterLeadIn, AtThreadPoint }
 the types available for cutcom on More...
 
enum  GlobalStopPointMethodTypes { None, Specify }
 the types available for stop points method More...
 
enum  GlobalStopPointTypes { Opstop, Stop }
 the types available for wedm stop points More...
 
enum  LeadInMethodTypes { Direct, Angular, Circular }
 the types available for lead in method More...
 
enum  LeadOutMethodTypes { SameAsLeadIn, Direct, Angular, Circular }
 the types available for lead out method More...
 
enum  LeadOutSameAsLeadInTypes { No, Yes }
 the types available for lead out same as lead in More...
 
enum  NonTiltLeadInTypes { Zm, FourAxis }
 the types available for non-tilt lead in More...
 
- Public Types inherited from NXOpen.CAM.NcmSubopBuilder
enum  DefaultRegionStartTypes { MidPoint, Corner }
 Available types for default region start in subop milling More...
 
enum  TransferUsing {
  EngageRetract, FollowBoundary, LiftPlunge, None,
  Smooth
}
 transfer using type for transfer within region More...
 

Properties

unsafe
NXOpen.CAM.NcmWedmBuilder.CutcomOffTypes 
CutcomOff [get, set]
 Returns or sets the cutcom_off More...
 
unsafe
NXOpen.CAM.NcmWedmBuilder.CutcomOnTypes 
CutcomOn [get, set]
 Returns or sets the cutcom_on More...
 
unsafe int CutcomReg [get, set]
 Returns or sets the cutcom_reg More...
 
unsafe
NXOpen.CAM.InheritableIntBuilder 
CutcomRegBuilder [get]
 Returns the cutcom_reg builder More...
 
unsafe bool CutcomRegisterFlag [get, set]
 Returns or sets the cutcom output register flag More...
 
unsafe
NXOpen.CAM.WedmPointDefinitionBuilder 
FromPointBuilder [get]
 Returns the from point builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
GlobalStopPointDistanceBuilder [get]
 Returns the global_stop_point_distance builder More...
 
unsafe
NXOpen.CAM.NcmWedmBuilder.GlobalStopPointMethodTypes 
GlobalStopPointMethod [get, set]
 Returns or sets the global_stop_point_method More...
 
unsafe
NXOpen.CAM.NcmWedmBuilder.GlobalStopPointTypes 
GlobalStopPointType [get, set]
 Returns or sets the global_stop_point_type More...
 
unsafe
NXOpen.CAM.WedmPointDefinitionBuilder 
GoHomePointBuilder [get]
 Returns the go home point builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadInAngleBuilder [get]
 Returns the lead_in_angle builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadInCutcomAngleBuilder [get]
 Returns the lead_in_cutcom_angle builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadInCutcomDistanceBuilder [get]
 Returns the lead_in_cutcom_distance builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadInDistanceBuilder [get]
 Returns the lead_in_distance builder More...
 
unsafe
NXOpen.CAM.NcmWedmBuilder.LeadInMethodTypes 
LeadInMethod [get, set]
 Returns or sets the lead_in_method More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadOutAngleBuilder [get]
 Returns the lead_out_angle builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadOutCutcomAngleBuilder [get]
 Returns the lead_out_cutcom_angle builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadOutCutcomDistanceBuilder [get]
 Returns the lead_out_cutcom_distance builder More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
LeadOutDistanceBuilder [get]
 Returns the lead_out_distance builder More...
 
unsafe
NXOpen.CAM.NcmWedmBuilder.LeadOutMethodTypes 
LeadOutMethod [get, set]
 Returns or sets the lead_out_method More...
 
unsafe
NXOpen.CAM.NcmWedmBuilder.LeadOutSameAsLeadInTypes 
LeadOutSameAsLeadIn [get, set]
 Returns or sets the lead out same as lead in More...
 
unsafe
NXOpen.CAM.NcmWedmBuilder.NonTiltLeadInTypes 
NonTiltLeadIn [get, set]
 Returns or sets the non_tilt_lead_in More...
 
- Properties inherited from NXOpen.CAM.NcmSubopBuilder
unsafe
NXOpen.CAM.NcmSubopBuilder.DefaultRegionStartTypes 
DefaultRegionStartType [get, set]
 Returns or sets the region start type More...
 
unsafe
NXOpen.CAM.InheritableToolDepBuilder 
StartPointsEffectDistBuilder [get]
 Returns the region start points effective distance builder (inheritable tool dep) More...
 
unsafe bool StartPointsUseEffectDist [get, set]
 Returns or sets the start points use effective distance More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.CAM.NcmSubopBuilder
unsafe void GetRegionStartPoints (out NXOpen.Point[] regionStartPoints)
 Returns region start points More...
 
unsafe void SetRegionStartPoints (NXOpen.Point[] regionStartPoints)
 Sets region start points More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a CAM.

NcmWedmBuilder

Created in NX7.5.0

Member Enumeration Documentation

the types available for cutcom off

Enumerator
None 

no cutcom off

BeforeLeadOut 

cutcom off before lead out

AfterLeadOut 

cutcom off after lead out

BeforeThreadPoint 

cutcom off before thread point

the types available for cutcom on

Enumerator
None 

no cutcom on

BeforeLeadIn 

cutcom on before lead in

AfterLeadIn 

cutcom on after lead in

AtThreadPoint 

cutcom on at thread point

the types available for stop points method

Enumerator
None 

no stop points

Specify 

stop points specified

the types available for wedm stop points

Enumerator
Opstop 

stop points option opstop

Stop 

stop points option stop

the types available for lead in method

Enumerator
Direct 

direct lead in

Angular 

angular lead in

Circular 

circular lead in

the types available for lead out method

Enumerator
SameAsLeadIn 

same as lead in

Direct 

direct lead out

Angular 

angular lead out

Circular 

circular lead out

the types available for lead out same as lead in

Enumerator
No 

not the same

Yes 

the same as lead in

the types available for non-tilt lead in

Enumerator
Zm 

non-tilt lead in type zm

FourAxis 

non-tilt lead in type 4-axis

Property Documentation

unsafe NXOpen.CAM.NcmWedmBuilder.CutcomOffTypes NXOpen.CAM.NcmWedmBuilder.CutcomOff
getset

Returns or sets the cutcom_off

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NcmWedmBuilder.CutcomOnTypes NXOpen.CAM.NcmWedmBuilder.CutcomOn
getset

Returns or sets the cutcom_on

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe int NXOpen.CAM.NcmWedmBuilder.CutcomReg
getset

Returns or sets the cutcom_reg

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableIntBuilder NXOpen.CAM.NcmWedmBuilder.CutcomRegBuilder
get

Returns the cutcom_reg builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.NcmWedmBuilder.CutcomRegisterFlag
getset

Returns or sets the cutcom output register flag

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.WedmPointDefinitionBuilder NXOpen.CAM.NcmWedmBuilder.FromPointBuilder
get

Returns the from point builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.GlobalStopPointDistanceBuilder
get

Returns the global_stop_point_distance builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NcmWedmBuilder.GlobalStopPointMethodTypes NXOpen.CAM.NcmWedmBuilder.GlobalStopPointMethod
getset

Returns or sets the global_stop_point_method

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NcmWedmBuilder.GlobalStopPointTypes NXOpen.CAM.NcmWedmBuilder.GlobalStopPointType
getset

Returns or sets the global_stop_point_type

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.WedmPointDefinitionBuilder NXOpen.CAM.NcmWedmBuilder.GoHomePointBuilder
get

Returns the go home point builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadInAngleBuilder
get

Returns the lead_in_angle builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadInCutcomAngleBuilder
get

Returns the lead_in_cutcom_angle builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadInCutcomDistanceBuilder
get

Returns the lead_in_cutcom_distance builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadInDistanceBuilder
get

Returns the lead_in_distance builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NcmWedmBuilder.LeadInMethodTypes NXOpen.CAM.NcmWedmBuilder.LeadInMethod
getset

Returns or sets the lead_in_method

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadOutAngleBuilder
get

Returns the lead_out_angle builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadOutCutcomAngleBuilder
get

Returns the lead_out_cutcom_angle builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadOutCutcomDistanceBuilder
get

Returns the lead_out_cutcom_distance builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.NcmWedmBuilder.LeadOutDistanceBuilder
get

Returns the lead_out_distance builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NcmWedmBuilder.LeadOutMethodTypes NXOpen.CAM.NcmWedmBuilder.LeadOutMethod
getset

Returns or sets the lead_out_method

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NcmWedmBuilder.LeadOutSameAsLeadInTypes NXOpen.CAM.NcmWedmBuilder.LeadOutSameAsLeadIn
getset

Returns or sets the lead out same as lead in

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NcmWedmBuilder.NonTiltLeadInTypes NXOpen.CAM.NcmWedmBuilder.NonTiltLeadIn
getset

Returns or sets the non_tilt_lead_in

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.