GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>12<!--34Varieties.xml Convex56Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University78-->910<Chapter Label="ConvexObject">11<Heading>Convex Objects</Heading>1213Convex objects are the main structure of &Convex;. All other structures, namely fans, cones, and polytopes are derived from this structure.14So all methods of this structure also apply to the other data types.1516<Section Label="ConvexObject:Category">17<Heading>Convex Objects: Category and Representations</Heading>181920<#Include Label="IsConvexObject">2122</Section>2324<Section Label="ConvexObject:Properties">25<Heading>Convex objects: Properties</Heading>2627<#Include Label="IsFullDimensional">2829</Section>3031<Section Label="ConvexObject:Attributes">32<Heading>Convex objects: Attributes</Heading>3334<#Include Label="Dimension">35<#Include Label="AmbientSpaceDimension">36<#Include Label="ContainingGrid">373839</Section>4041<Section Label="ConvexObject:Methods">42<Heading>Convex objects: Methods</Heading>4344<#Include Label="DrawObject">45<#Include Label="WeakPointerToExternalObject">464748</Section>495051<!-- ############################################################ -->5253</Chapter>5455