MeshLib C# Docs
Loading...
Searching...
No Matches
MR.GCommand Class Reference

Generated from class MR.GCommand. This is the non-const half of the class. More...

+ Inheritance diagram for MR.GCommand:

Public Member Functions

unsafe GCommand ()
 Constructs an empty (default-constructed) instance.
 
unsafe GCommand (MR.MoveType type, MR.ArcPlane arcPlane, float feed, float x, float y, float z, MR.Vector3f arcCenter)
 Constructs MR.GCommand elementwise.
 
unsafe GCommand (MR.Const_GCommand _other)
 Generated from constructor MR.GCommand.GCommand.
 
 GCommand (GCommand _other)
 Generated from constructor MR.GCommand.GCommand.
 
unsafe MR.GCommand assign (MR.Const_GCommand _other)
 Generated from method MR.GCommand.operator=.
 

Properties

new unsafe ref MR.MoveType type [get]
 
new unsafe ref MR.ArcPlane arcPlane [get]
 
new unsafe ref float feed [get]
 
new unsafe ref float x [get]
 
new unsafe ref float y [get]
 
new unsafe ref float z [get]
 
new unsafe ref MR.Vector3f arcCenter [get]
 

Detailed Description

Generated from class MR.GCommand. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ GCommand() [1/4]

unsafe MR.GCommand.GCommand ( )
inline

Constructs an empty (default-constructed) instance.

◆ GCommand() [2/4]

unsafe MR.GCommand.GCommand ( MR.MoveType type,
MR.ArcPlane arcPlane,
float feed,
float x,
float y,
float z,
MR.Vector3f arcCenter )
inline

Constructs MR.GCommand elementwise.

◆ GCommand() [3/4]

unsafe MR.GCommand.GCommand ( MR.Const_GCommand _other)
inline

Generated from constructor MR.GCommand.GCommand.

◆ GCommand() [4/4]

MR.GCommand.GCommand ( GCommand _other)
inline

Generated from constructor MR.GCommand.GCommand.

Member Function Documentation

◆ assign()

unsafe MR.GCommand MR.GCommand.assign ( MR.Const_GCommand _other)
inline

Generated from method MR.GCommand.operator=.

Property Documentation

◆ arcCenter

new unsafe ref MR.Vector3f MR.GCommand.arcCenter
get

◆ arcPlane

new unsafe ref MR.ArcPlane MR.GCommand.arcPlane
get

◆ feed

new unsafe ref float MR.GCommand.feed
get

◆ type

new unsafe ref MR.MoveType MR.GCommand.type
get

◆ x

new unsafe ref float MR.GCommand.x
get

◆ y

new unsafe ref float MR.GCommand.y
get

◆ z

new unsafe ref float MR.GCommand.z
get

The documentation for this class was generated from the following file: