NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder Class Reference

Represents a NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder builder. More...

Inheritance diagram for NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ContinuityType { Smooth, Sharp }
 Type of continuity. More...
 
enum  DirectionType { Inferred, Vector, Perpendicular }
 Represents the extrude direction. More...
 
enum  ScalingMethodType { Linear, Planar, Uniform }
 Scaling method More...
 
enum  TransformationMethodType { DragLinear, Transform }
 Transformation method types More...
 

Public Member Functions

unsafe void Extrude ()
 Perform extrude operation. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool CanMoveToolOnly [get, set]
 Returns or sets the flag indicating if transformer tool can be moved without transforming the selected cage topology. More...
 
unsafe bool CanRelocateToolToSelection [get, set]
 Returns or sets the flag indicating if transformer tool can be relocated based on cage topology selection. More...
 
unsafe bool CanReorientToolToSelection [get, set]
 Returns or sets the flag indicating if transformer tool can be reoriented based on cage topology selection. More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.ContinuityType 
Continuity [get, set]
 Returns or sets the continuity. More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.DirectionType 
DirectionOption [get, set]
 Returns or sets the direction option More...
 
unsafe NXOpen.Expression Distance [get]
 Returns the distance. More...
 
unsafe int NumberOfSegments [get, set]
 Returns or sets the number of segments. More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.ScalingMethodType 
ScalingMethod [get, set]
 Returns or sets the scaling method. More...
 
unsafe
NXOpen.Features.Subdivision.SelectCageObjectData 
SelectionObject [get]
 Returns the selection object. More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.TransformationMethodType 
TransformationMethod [get, set]
 Returns or sets the transformation method. More...
 
unsafe
NXOpen.GeometricUtilities.TransformerData 
Transformer [get]
 Returns the transformation tool. More...
 
unsafe NXOpen.Direction Vector [get, set]
 Returns or sets the vector for extrude. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder builder.

To create a new instance of this class, use NXOpen.Features.Subdivision.SubdivisionBodyCollection.CreateSubdivisionExtrudeCageBuilder

Default values.

Property Value

CanRelocateToolToSelection

true

CanReorientToolToSelection

true

NumberOfSegments

1

Created in NX9.0.0

Member Enumeration Documentation

Type of continuity.

Enumerator
Smooth 

Smooth continuity

Sharp 

Sharp continuity

Represents the extrude direction.

Enumerator
Inferred 
Vector 
Perpendicular 

Scaling method

Enumerator
Linear 

Scale in the specified direction

Planar 

Scale in the plane normal to specified direction

Uniform 

Scale uniformly all the directions

Transformation method types

Enumerator
DragLinear 

Drag extruded topology in linear direction

Transform 

Transform extruded topology

Member Function Documentation

unsafe void NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.Extrude ( )
inline

Perform extrude operation.

Created in NX9.0.0

License requirements: nx_subdivision (" NX SUBDIVISION")

Property Documentation

unsafe bool NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.CanMoveToolOnly
getset

Returns or sets the flag indicating if transformer tool can be moved without transforming the selected cage topology.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe bool NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.CanRelocateToolToSelection
getset

Returns or sets the flag indicating if transformer tool can be relocated based on cage topology selection.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe bool NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.CanReorientToolToSelection
getset

Returns or sets the flag indicating if transformer tool can be reoriented based on cage topology selection.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.ContinuityType NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.Continuity
getset

Returns or sets the continuity.

The continuity is used to specify creases in the limit surface corresponding to the outer edges of the faces or boundary edges specified by NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.SelectionObject .

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.DirectionType NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.DirectionOption
getset

Returns or sets the direction option

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Expression NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.Distance
get

Returns the distance.

Created in NX9.0.0

License requirements: None.

unsafe int NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.NumberOfSegments
getset

Returns or sets the number of segments.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.ScalingMethodType NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.ScalingMethod
getset

Returns or sets the scaling method.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.Features.Subdivision.SelectCageObjectData NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.SelectionObject
get

Returns the selection object.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.TransformationMethodType NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.TransformationMethod
getset

Returns or sets the transformation method.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")

unsafe NXOpen.GeometricUtilities.TransformerData NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.Transformer
get

Returns the transformation tool.

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.Features.Subdivision.SubdivisionExtrudeCageBuilder.Vector
getset

Returns or sets the vector for extrude.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION")


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