Eyeshot 11 Documentation
WinForms Control / Common Concepts / Modeling Tools
In This Topic
    Modeling Tools
    In This Topic

    The list of Eyeshot modeling tools follows, grouped by technology.

     

    Curve

      Command
    Evaluation PointAt()
    TangentAt()
    ClosestPointTo()
    Editing TrimBy()
    TrimAt()
    SubCurve()
    Offset Offset()

     

    Mesh

      Command
    Single curve Entity.ExtrudeAsMesh()
    Entity.RevolveAsMesh()
    Entity.SweepAsMesh()
    Region ConvertToMesh()
    ExtrudeAsMesh()
    RevolveAsMesh()
    SweepAsMesh()
    Primitives static CreateBox()
    static CreateCylinder()
    static CreateCone()
    static CreateSphere()
    static CreateTorus()
    static CreateSpring()
    Sectioning Mesh.Section()
    Mesh.SubdivideBy()
    Mesh.SplitBy()
    Mesh.CutBy()

     

    Solid

      Command
    Single curve Entity.Extrude()
    Entity.Revolve()
    Entity.Sweep()
    Region ConvertToMesh()
    ExtrudeAsMesh()
    RevolveAsMesh()
    SweepAsMesh()
    Primitives static CreateBox()
    static CreateCylinder()
    static CreateCone()
    static CreateSphere()
    static CreateTorus()
    static CreateSpring()
    static FromTriangles()
    Sectioning Solid.Section()
    Solid.IntersectionLoops()
    Booleans static Union()
    static Difference()
    static Intersection()
    Solid.ExtrudeAdd()
    Solid.RevolveAdd()
    Solid.ExtrudeRemove()
    Solid.RevolveRemove()
    Solid.CutBy(Plane)
    Solid.SplitBy(Plane)
    Solid.CutBy(Surface)
    Solid.SplitBy(Surface)

     

    Surface

      Command
    Evaluation PointAt()
    TangentAt()
    ClosestPointTo()
    Single curve Entity.ExtrudeAsSurface()
    Entity.RevolveAsSurface()
    Entity.SweepAsSurface()
    Region ConvertToSurface()
    ExtrudeAsSurface()
    RevolveAsSurface()
    SweepAsSurface()
    Sectioning Surface.Section()
    Surface.Intersection()
    Booleans static Trim()
    static Trim(Plane)
    static Trim(Surface)
    static Split(Plane)
    static Split(Surface)
    Surface.SplitBy(Plane)
    Surface.SplitBy(Surface)
    Surface.TrimBy(Plane)
    Surface.TrimBy(Surface)
    Modeling static Surface.Ruled()
    static Surface.Loft()
    static Surface.Gordon()
    static Surface.Fillet()
    static Surface.VariableFillet()
    Surface.Offset()

     

    Solid3D

      Command
    Single curve Entity.ExtrudeAsSolid3D()
    Entity.RevolveAsSolid3D()
    Entity.SweepAsSolid3D()
    Region ConvertToSurface()
    ExtrudeAsSolid3D()
    RevolveAsSolid3D()
    SweepAsSolid3D()
    Sectioning Solid3D.Section()
    Solid3D.IntersectionLoops()
    Primitives static CreateBox()
    static CreateCylinder()
    static CreateCone()
    static CreateSphere()
    static CreateTorus()
    Modeling
    ExtrudeAdd()
    ExtrudeRemove()
    ExtrudeAddPatter()
    ExtrudeRemovePatter()
    RevolveAdd()
    RevolveRemove()
    static Loft()